Html Css Color HEX #1F9EFB Dodger Blue

📋 copy color: '#1F9EFB'

red 31 ◦ green 158 ◦ blue 251

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

Shades of Dodger Blue #1F9EFB

Tints of Dodger Blue #1F9EFB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.91%

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

R = 7.05%
G = 35.91%
B = 57.05%

CMYK

 C value IS 0.88

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1F9EFB (or 0x1F9EFB) is known color: Dodger Blue. HEX triplet: 1F, 9E and FB. RGB value is (31,158,251). Sum of RGB (Red+Green+Blue) = 31+158+251=440 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.05% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F9EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F9EFB is #E06104. Grayscale: #828282. Windows color (decimal): -14704901 or 16490015. OLE color: 16490015.

HSL color Cylindrical-coordinate representation of color #1F9EFB: hue angle of 205.36º 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 #1F9EFB is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 31 158 251 -
CMYK 0.88 0.37 0 0.02
HSL 205.36º 0.96% 0.55% -
HSV(B) 205.36º 0.88% 0.98% -
XYZ 30.2 31.71 95.8 -
YUV 130.63 195.92 56.94 -
System Red Green Blue C M Y K H S L
Decimal 31 158 251 0.88 0.37 0 0.02 205.36 0.96 0.55
Hex 1F 9E FB 58 25 0 2 CD 60 37
Octal 37 236 373 130 45 0 2 315 140 67
Binary 11111 10011110 11111011 1011000 100101 0 10 11001101 1100000 110111

Color Harmonies of #1F9EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9EFB

Black with #1F9EFB

Text Example


Text Example

White with #1F9EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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