Html Css Color HEX #1F9BFC Dodger Blue

📋 copy color: '#1F9BFC'

red 31 ◦ green 155 ◦ blue 252

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

Shades of Dodger Blue #1F9BFC

Tints of Dodger Blue #1F9BFC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.39%

 BLUE value IS 252 (98.83% from 255) = 57.53%

R = 7.08%
G = 35.39%
B = 57.53%

CMYK

 C value IS 0.88

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1F9BFC (or 0x1F9BFC) is known color: Dodger Blue. HEX triplet: 1F, 9B and FC. RGB value is (31,155,252). Sum of RGB (Red+Green+Blue) = 31+155+252=438 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.08% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #1F9BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F9BFC is #E06403. Grayscale: #808080. Windows color (decimal): -14705668 or 16554783. OLE color: 16554783.

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

Color convert

RGB 31 155 252 -
CMYK 0.88 0.38 0 0.01
HSL 206.33º 0.97% 0.55% -
HSV(B) 206.33º 0.88% 0.99% -
XYZ 29.86 30.76 96.46 -
YUV 128.98 197.42 58.11 -
System Red Green Blue C M Y K H S L
Decimal 31 155 252 0.88 0.38 0 0.01 206.33 0.97 0.55
Hex 1F 9B FC 58 26 0 1 CE 61 37
Octal 37 233 374 130 46 0 1 316 141 67
Binary 11111 10011011 11111100 1011000 100110 0 1 11001110 1100001 110111

Color Harmonies of #1F9BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9BFC

Black with #1F9BFC

Text Example


Text Example

White with #1F9BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,155,252); }

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

background-color css

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

 a { background-color: rgb(31,155,252); }

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

border-color css

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

 span { border-color: rgb(31,155,252); }

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