Html Css Color HEX #1F74FC Dodger Blue

📋 copy color: '#1F74FC'

red 31 ◦ green 116 ◦ blue 252

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

Shades of Dodger Blue #1F74FC

Tints of Dodger Blue #1F74FC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.07%

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

R = 7.77%
G = 29.07%
B = 63.16%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1F74FC (or 0x1F74FC) is known color: Dodger Blue. HEX triplet: 1F, 74 and FC. RGB value is (31,116,252). Sum of RGB (Red+Green+Blue) = 31+116+252=399 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.77% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #1F74FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F74FC is #E08B03. Grayscale: #696969. Windows color (decimal): -14715652 or 16544799. OLE color: 16544799.

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

Color convert

RGB 31 116 252 -
CMYK 0.88 0.54 0 0.01
HSL 216.92º 0.97% 0.55% -
HSV(B) 216.92º 0.88% 0.99% -
XYZ 24.38 19.81 94.63 -
YUV 106.09 210.34 74.44 -
System Red Green Blue C M Y K H S L
Decimal 31 116 252 0.88 0.54 0 0.01 216.92 0.97 0.55
Hex 1F 74 FC 58 36 0 1 D9 61 37
Octal 37 164 374 130 66 0 1 331 141 67
Binary 11111 1110100 11111100 1011000 110110 0 1 11011001 1100001 110111

Color Harmonies of #1F74FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F74FC

Black with #1F74FC

Text Example


Text Example

White with #1F74FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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