Html Css Color HEX #1F71FE Dodger Blue

📋 copy color: '#1F71FE'

red 31 ◦ green 113 ◦ blue 254

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

Shades of Dodger Blue #1F71FE

Tints of Dodger Blue #1F71FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.82%

R = 7.79%
G = 28.39%
B = 63.82%

CMYK

 C value IS 0.88

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1F71FE (or 0x1F71FE) is known color: Dodger Blue. HEX triplet: 1F, 71 and FE. RGB value is (31,113,254). Sum of RGB (Red+Green+Blue) = 31+113+254=398 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.79% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F71FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F71FE is #E08E01. Grayscale: #676767. Windows color (decimal): -14716418 or 16675103. OLE color: 16675103.

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

Color convert

RGB 31 113 254 -
CMYK 0.88 0.56 0 0.00
HSL 217.94º 0.99% 0.56% -
HSV(B) 217.94º 0.88% 1% -
XYZ 24.36 19.26 96.2 -
YUV 104.56 212.33 75.54 -
System Red Green Blue C M Y K H S L
Decimal 31 113 254 0.88 0.56 0 0.00 217.94 0.99 0.56
Hex 1F 71 FE 58 38 0 0 DA 63 38
Octal 37 161 376 130 70 0 0 332 143 70
Binary 11111 1110001 11111110 1011000 111000 0 0 11011010 1100011 111000

Color Harmonies of #1F71FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F71FE

Black with #1F71FE

Text Example


Text Example

White with #1F71FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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