Html Css Color HEX #1F9CFB Dodger Blue

📋 copy color: '#1F9CFB'

red 31 ◦ green 156 ◦ blue 251

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

Shades of Dodger Blue #1F9CFB

Tints of Dodger Blue #1F9CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.31%

R = 7.08%
G = 35.62%
B = 57.31%

CMYK

 C value IS 0.88

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1F9CFB (or 0x1F9CFB) is known color: Dodger Blue. HEX triplet: 1F, 9C and FB. RGB value is (31,156,251). Sum of RGB (Red+Green+Blue) = 31+156+251=438 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.08% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F9CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F9CFB is #E06304. Grayscale: #808080. Windows color (decimal): -14705413 or 16489503. OLE color: 16489503.

HSL color Cylindrical-coordinate representation of color #1F9CFB: hue angle of 205.91º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F9CFB is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 31 156 251 -
CMYK 0.88 0.38 0 0.02
HSL 205.91º 0.96% 0.55% -
HSV(B) 205.91º 0.88% 0.98% -
XYZ 29.87 31.03 95.68 -
YUV 129.46 196.59 57.78 -
System Red Green Blue C M Y K H S L
Decimal 31 156 251 0.88 0.38 0 0.02 205.91 0.96 0.55
Hex 1F 9C FB 58 26 0 2 CE 60 37
Octal 37 234 373 130 46 0 2 316 140 67
Binary 11111 10011100 11111011 1011000 100110 0 10 11001110 1100000 110111

Color Harmonies of #1F9CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9CFB

Black with #1F9CFB

Text Example


Text Example

White with #1F9CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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