Html Css Color HEX #1F74EE Dodger Blue

📋 copy color: '#1F74EE'

red 31 ◦ green 116 ◦ blue 238

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

Shades of Dodger Blue #1F74EE

Tints of Dodger Blue #1F74EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 61.82%

R = 8.05%
G = 30.13%
B = 61.82%

CMYK

 C value IS 0.87

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1F74EE (or 0x1F74EE) is known color: Dodger Blue. HEX triplet: 1F, 74 and EE. RGB value is (31,116,238). Sum of RGB (Red+Green+Blue) = 31+116+238=385 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.05% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 238 (93.36% from 255 or 61.82% from 385); Max value from RGB is 238 - color contains mainly: blue. Hex color #1F74EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F74EE is #E08B11. Grayscale: #676767. Windows color (decimal): -14715666 or 15627295. OLE color: 15627295.

HSL color Cylindrical-coordinate representation of color #1F74EE: hue angle of 215.36º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F74EE is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 116 238 -
CMYK 0.87 0.51 0 0.07
HSL 215.36º 0.86% 0.53% -
HSV(B) 215.36º 0.87% 0.93% -
XYZ 22.24 18.96 83.38 -
YUV 104.49 203.34 75.58 -
System Red Green Blue C M Y K H S L
Decimal 31 116 238 0.87 0.51 0 0.07 215.36 0.86 0.53
Hex 1F 74 EE 57 33 0 7 D7 56 35
Octal 37 164 356 127 63 0 7 327 126 65
Binary 11111 1110100 11101110 1010111 110011 0 111 11010111 1010110 110101

Color Harmonies of #1F74EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F74EE

Black with #1F74EE

Text Example


Text Example

White with #1F74EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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