Html Css Color HEX #1F99EF Dodger Blue

📋 copy color: '#1F99EF'

red 31 ◦ green 153 ◦ blue 239

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

Shades of Dodger Blue #1F99EF

Tints of Dodger Blue #1F99EF

RGB

 RED value IS 31 (12.5% from 255) = 7.33%

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

 BLUE value IS 239 (93.75% from 255) = 56.5%

R = 7.33%
G = 36.17%
B = 56.5%

CMYK

 C value IS 0.87

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1F99EF (or 0x1F99EF) is known color: Dodger Blue. HEX triplet: 1F, 99 and EF. RGB value is (31,153,239). Sum of RGB (Red+Green+Blue) = 31+153+239=423 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.33% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #1F99EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F99EF is #E06610. Grayscale: #7D7D7D. Windows color (decimal): -14706193 or 15702303. OLE color: 15702303.

HSL color Cylindrical-coordinate representation of color #1F99EF: hue angle of 204.81º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F99EF is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 31 153 239 -
CMYK 0.87 0.36 0 0.06
HSL 204.81º 0.87% 0.53% -
HSV(B) 204.81º 0.87% 0.94% -
XYZ 27.54 29.31 85.87 -
YUV 126.33 191.58 60.01 -
System Red Green Blue C M Y K H S L
Decimal 31 153 239 0.87 0.36 0 0.06 204.81 0.87 0.53
Hex 1F 99 EF 57 24 0 6 CD 57 35
Octal 37 231 357 127 44 0 6 315 127 65
Binary 11111 10011001 11101111 1010111 100100 0 110 11001101 1010111 110101

Color Harmonies of #1F99EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F99EF

Black with #1F99EF

Text Example


Text Example

White with #1F99EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F99EF; }

 p { color: rgb(31,153,239); }

 H1.HeaderClassName
 {
   color: #1F99EF;
 }
 .AnyTagClassName
 {
   color: #1F99EF;
 }
</style>

background-color css

<style>
 a { background-color: #1F99EF; }

 a { background-color: rgb(31,153,239); }

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

border-color css

<style>
 span { border-color: #1F99EF; }

 span { border-color: rgb(31,153,239); }

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