Html Css Color HEX #1F71FB Dodger Blue

📋 copy color: '#1F71FB'

red 31 ◦ green 113 ◦ blue 251

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

Shades of Dodger Blue #1F71FB

Tints of Dodger Blue #1F71FB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.61%

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

R = 7.85%
G = 28.61%
B = 63.54%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1F71FB (or 0x1F71FB) is known color: Dodger Blue. HEX triplet: 1F, 71 and FB. RGB value is (31,113,251). Sum of RGB (Red+Green+Blue) = 31+113+251=395 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.85% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F71FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F71FB is #E08E04. Grayscale: #676767. Windows color (decimal): -14716421 or 16478495. OLE color: 16478495.

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

Color convert

RGB 31 113 251 -
CMYK 0.88 0.55 0 0.02
HSL 217.64º 0.96% 0.55% -
HSV(B) 217.64º 0.88% 0.98% -
XYZ 23.88 19.07 93.69 -
YUV 104.21 210.83 75.78 -
System Red Green Blue C M Y K H S L
Decimal 31 113 251 0.88 0.55 0 0.02 217.64 0.96 0.55
Hex 1F 71 FB 58 37 0 2 DA 60 37
Octal 37 161 373 130 67 0 2 332 140 67
Binary 11111 1110001 11111011 1011000 110111 0 10 11011010 1100000 110111

Color Harmonies of #1F71FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F71FB

Black with #1F71FB

Text Example


Text Example

White with #1F71FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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