Html Css Color HEX #1F7FDE Dodger Blue

📋 copy color: '#1F7FDE'

red 31 ◦ green 127 ◦ blue 222

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

Shades of Dodger Blue #1F7FDE

Tints of Dodger Blue #1F7FDE

RGB

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

 GREEN value IS 127 (50% from 255) = 33.42%

 BLUE value IS 222 (87.11% from 255) = 58.42%

R = 8.16%
G = 33.42%
B = 58.42%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F7FDE (or 0x1F7FDE) is known color: Dodger Blue. HEX triplet: 1F, 7F and DE. RGB value is (31,127,222). Sum of RGB (Red+Green+Blue) = 31+127+222=380 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.16% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #1F7FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7FDE is #E08021. Grayscale: #6C6C6C. Windows color (decimal): -14712866 or 14581535. OLE color: 14581535.

HSL color Cylindrical-coordinate representation of color #1F7FDE: hue angle of 209.84º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F7FDE is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 31 127 222 -
CMYK 0.86 0.43 0 0.13
HSL 209.84º 0.75% 0.5% -
HSV(B) 209.84º 0.86% 0.87% -
XYZ 21.34 20.74 71.99 -
YUV 109.13 191.7 72.28 -
System Red Green Blue C M Y K H S L
Decimal 31 127 222 0.86 0.43 0 0.13 209.84 0.75 0.5
Hex 1F 7F DE 56 2B 0 D D2 4B 32
Octal 37 177 336 126 53 0 15 322 113 62
Binary 11111 1111111 11011110 1010110 101011 0 1101 11010010 1001011 110010

Color Harmonies of #1F7FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7FDE

Black with #1F7FDE

Text Example


Text Example

White with #1F7FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,127,222); }

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

background-color css

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

 a { background-color: rgb(31,127,222); }

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

border-color css

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

 span { border-color: rgb(31,127,222); }

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