#3E99FF

Color #3E99FF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #3E99FF

Tints of Dodger Blue #3E99FF

Color information

#3E99FF (or 0x3E99FF) is unknown color: approx Dodger Blue. HEX triplet: 3E, 99 and FF. RGB value is (62,153,255). Sum of RGB (Red+Green+Blue) = 62+153+255=470 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.19% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E99FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E99FF is #C16600. Grayscale: #888888. Windows color (decimal): -12674561 or 16750910. OLE color: 16750910.

HSL color Cylindrical-coordinate representation of color #3E99FF: hue angle of 211.71º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E99FF is Cyan = 0.76, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB62153255-
CMYK0.760.400
HSL211.71º100%62.16%-
HSV(B)211.71º75.69%100%-
XYZ31.4331.0398.94-
YUV137.42194.3574.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 13.19%
GREEN value IS 153 (60.16% from 255) = 32.55%
BLUE value IS 255 (100% from 255) = 54.26%
R=13.19%
G=32.55%
B=54.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal621532550.760.400211.7110062.16
Hex3E99FF4C2800d4643e
Octal76231377114500032414476
Binary1111101001100111111111100110010100000110101001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E99FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E99FF; }

 p { color: rgb(62,153,255); }

 H1.HeaderClassName
 {
   color: #3E99FF;
 }
 .AnyTagClassName
 {
   color: #3E99FF;
 }
</style>
background-color css

<style>
 a { background-color: #3E99FF; }

 a { background-color: rgb(62,153,255); }

 div.DivClassName
 {
   background-color: #3E99FF;
 }
 .BgClassName
 {
   background-color: #3E99FF;
 }
</style>
border-color css

<style>
 span { border-color: #3E99FF; }

 span { border-color: rgb(62,153,255); }

 td.TdClassName
 {
   border-color: #3E99FF;
 }
 .TagClassName
 {
   border-color: #3E99FF;
 }
</style>