Html Css Color HEX #1F9CFF Dodger Blue

📋 copy color: '#1F9CFF'

red 31 ◦ green 156 ◦ blue 255

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

Shades of Dodger Blue #1F9CFF

Tints of Dodger Blue #1F9CFF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.29%

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

R = 7.01%
G = 35.29%
B = 57.69%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1F9CFF (or 0x1F9CFF) is known color: Dodger Blue. HEX triplet: 1F, 9C and FF. RGB value is (31,156,255). Sum of RGB (Red+Green+Blue) = 31+156+255=442 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.01% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F9CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F9CFF is #E06300. Grayscale: #818181. Windows color (decimal): -14705409 or 16751647. OLE color: 16751647.

HSL color Cylindrical-coordinate representation of color #1F9CFF: hue angle of 206.52º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F9CFF is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 31 156 255 -
CMYK 0.88 0.39 0 0
HSL 206.52º 1% 0.56% -
HSV(B) 206.52º 0.88% 1% -
XYZ 30.5 31.29 99.04 -
YUV 129.91 198.59 57.45 -
System Red Green Blue C M Y K H S L
Decimal 31 156 255 0.88 0.39 0 0 206.52 1 0.56
Hex 1F 9C FF 58 27 0 0 CF 64 38
Octal 37 234 377 130 47 0 0 317 144 70
Binary 11111 10011100 11111111 1011000 100111 0 0 11001111 1100100 111000

Color Harmonies of #1F9CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9CFF

Black with #1F9CFF

Text Example


Text Example

White with #1F9CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,156,255); }

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

background-color css

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

 a { background-color: rgb(31,156,255); }

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

border-color css

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

 span { border-color: rgb(31,156,255); }

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