Html Css Color HEX #1A74EB Dodger Blue

📋 copy color: '#1A74EB'

red 26 ◦ green 116 ◦ blue 235

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

Shades of Dodger Blue #1A74EB

Tints of Dodger Blue #1A74EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 62.33%

R = 6.9%
G = 30.77%
B = 62.33%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1A74EB (or 0x1A74EB) is known color: Dodger Blue. HEX triplet: 1A, 74 and EB. RGB value is (26,116,235). Sum of RGB (Red+Green+Blue) = 26+116+235=377 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.90% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 235 (92.19% from 255 or 62.33% from 377); Max value from RGB is 235 - color contains mainly: blue. Hex color #1A74EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A74EB is #E58B14. Grayscale: #666666. Windows color (decimal): -15043349 or 15430682. OLE color: 15430682.

HSL color Cylindrical-coordinate representation of color #1A74EB: hue angle of 214.16º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A74EB is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 26 116 235 -
CMYK 0.89 0.51 0 0.08
HSL 214.16º 0.84% 0.51% -
HSV(B) 214.16º 0.89% 0.92% -
XYZ 21.67 18.71 81.07 -
YUV 102.66 202.68 73.32 -
System Red Green Blue C M Y K H S L
Decimal 26 116 235 0.89 0.51 0 0.08 214.16 0.84 0.51
Hex 1A 74 EB 59 33 0 8 D6 54 33
Octal 32 164 353 131 63 0 10 326 124 63
Binary 11010 1110100 11101011 1011001 110011 0 1000 11010110 1010100 110011

Color Harmonies of #1A74EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A74EB

Black with #1A74EB

Text Example


Text Example

White with #1A74EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,116,235); }

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

background-color css

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

 a { background-color: rgb(26,116,235); }

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

border-color css

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

 span { border-color: rgb(26,116,235); }

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