Html Css Color HEX #1F74FB Dodger Blue

📋 copy color: '#1F74FB'

red 31 ◦ green 116 ◦ blue 251

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

Shades of Dodger Blue #1F74FB

Tints of Dodger Blue #1F74FB

RGB

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

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

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

R = 7.79%
G = 29.15%
B = 63.07%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1F74FB (or 0x1F74FB) is known color: Dodger Blue. HEX triplet: 1F, 74 and FB. RGB value is (31,116,251). Sum of RGB (Red+Green+Blue) = 31+116+251=398 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.79% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F74FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F74FB is #E08B04. Grayscale: #696969. Windows color (decimal): -14715653 or 16479263. OLE color: 16479263.

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

Color convert

RGB 31 116 251 -
CMYK 0.88 0.54 0 0.02
HSL 216.82º 0.96% 0.55% -
HSV(B) 216.82º 0.88% 0.98% -
XYZ 24.22 19.75 93.8 -
YUV 105.98 209.84 74.52 -
System Red Green Blue C M Y K H S L
Decimal 31 116 251 0.88 0.54 0 0.02 216.82 0.96 0.55
Hex 1F 74 FB 58 36 0 2 D9 60 37
Octal 37 164 373 130 66 0 2 331 140 67
Binary 11111 1110100 11111011 1011000 110110 0 10 11011001 1100000 110111

Color Harmonies of #1F74FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F74FB

Black with #1F74FB

Text Example


Text Example

White with #1F74FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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