Html Css Color HEX #1A7EE4 Dodger Blue

📋 copy color: '#1A7EE4'

red 26 ◦ green 126 ◦ blue 228

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

Shades of Dodger Blue #1A7EE4

Tints of Dodger Blue #1A7EE4

RGB

 RED value IS 26 (10.55% from 255) = 6.84%

 GREEN value IS 126 (49.61% from 255) = 33.16%

 BLUE value IS 228 (89.45% from 255) = 60%

R = 6.84%
G = 33.16%
B = 60%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#1A7EE4 (or 0x1A7EE4) is known color: Dodger Blue. HEX triplet: 1A, 7E and E4. RGB value is (26,126,228). Sum of RGB (Red+Green+Blue) = 26+126+228=380 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.84% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 228 (89.45% from 255 or 60% from 380); Max value from RGB is 228 - color contains mainly: blue. Hex color #1A7EE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A7EE4 is #E5811B. Grayscale: #6B6B6B. Windows color (decimal): -15040796 or 14974490. OLE color: 14974490.

HSL color Cylindrical-coordinate representation of color #1A7EE4: hue angle of 210.3º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A7EE4 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 26 126 228 -
CMYK 0.89 0.45 0 0.11
HSL 210.3º 0.8% 0.5% -
HSV(B) 210.3º 0.89% 0.89% -
XYZ 21.89 20.74 76.25 -
YUV 107.73 195.87 69.71 -
System Red Green Blue C M Y K H S L
Decimal 26 126 228 0.89 0.45 0 0.11 210.3 0.8 0.5
Hex 1A 7E E4 59 2D 0 B D2 50 32
Octal 32 176 344 131 55 0 13 322 120 62
Binary 11010 1111110 11100100 1011001 101101 0 1011 11010010 1010000 110010

Color Harmonies of #1A7EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7EE4

Black with #1A7EE4

Text Example


Text Example

White with #1A7EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,126,228); }

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

background-color css

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

 a { background-color: rgb(26,126,228); }

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

border-color css

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

 span { border-color: rgb(26,126,228); }

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