Html Css Color HEX #4099FF Dodger Blue

📋 copy color: '#4099FF'

red 64 ◦ green 153 ◦ blue 255

#4099FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #4099FF

Tints of Dodger Blue #4099FF

RGB

 RED value IS 64 (25.39% from 255) = 13.56%

 GREEN value IS 153 (60.16% from 255) = 32.42%

 BLUE value IS 255 (100% from 255) = 54.03%

R = 13.56%
G = 32.42%
B = 54.03%

CMYK

 C value IS 0.75

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4099FF (or 0x4099FF) is known color: Dodger Blue. HEX triplet: 40, 99 and FF. RGB value is (64,153,255). Sum of RGB (Red+Green+Blue) = 64+153+255=472 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.56% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #4099FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4099FF is #BF6600. Grayscale: #898989. Windows color (decimal): -12543489 or 16750912. OLE color: 16750912.

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

Color convert

RGB 64 153 255 -
CMYK 0.75 0.4 0 0
HSL 212.04º 1% 0.63% -
HSV(B) 212.04º 0.75% 1% -
XYZ 31.56 31.09 98.95 -
YUV 138.02 194.01 75.21 -
System Red Green Blue C M Y K H S L
Decimal 64 153 255 0.75 0.4 0 0 212.04 1 0.63
Hex 40 99 FF 4B 28 0 0 D4 64 3F
Octal 100 231 377 113 50 0 0 324 144 77
Binary 1000000 10011001 11111111 1001011 101000 0 0 11010100 1100100 111111

Color Harmonies of #4099FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4099FF

Black with #4099FF

Text Example


Text Example

White with #4099FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4099FF; }

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

 H1.HeaderClassName
 {
   color: #4099FF;
 }
 .AnyTagClassName
 {
   color: #4099FF;
 }
</style>

background-color css

<style>
 a { background-color: #4099FF; }

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

 div.DivClassName
 {
   background-color: #4099FF;
 }
 .BgClassName
 {
   background-color: #4099FF;
 }
</style>

border-color css

<style>
 span { border-color: #4099FF; }

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

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