Html Css Color HEX #1A77EB Dodger Blue

📋 copy color: '#1A77EB'

red 26 ◦ green 119 ◦ blue 235

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

Shades of Dodger Blue #1A77EB

Tints of Dodger Blue #1A77EB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.32%

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

R = 6.84%
G = 31.32%
B = 61.84%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1A77EB (or 0x1A77EB) is known color: Dodger Blue. HEX triplet: 1A, 77 and EB. RGB value is (26,119,235). Sum of RGB (Red+Green+Blue) = 26+119+235=380 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.84% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #1A77EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A77EB is #E58814. Grayscale: #676767. Windows color (decimal): -15042581 or 15431450. OLE color: 15431450.

HSL color Cylindrical-coordinate representation of color #1A77EB: hue angle of 213.3º 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 #1A77EB is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 26 119 235 -
CMYK 0.89 0.49 0 0.08
HSL 213.3º 0.84% 0.51% -
HSV(B) 213.3º 0.89% 0.92% -
XYZ 22.02 19.41 81.18 -
YUV 104.42 201.69 72.07 -
System Red Green Blue C M Y K H S L
Decimal 26 119 235 0.89 0.49 0 0.08 213.3 0.84 0.51
Hex 1A 77 EB 59 31 0 8 D5 54 33
Octal 32 167 353 131 61 0 10 325 124 63
Binary 11010 1110111 11101011 1011001 110001 0 1000 11010101 1010100 110011

Color Harmonies of #1A77EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A77EB

Black with #1A77EB

Text Example


Text Example

White with #1A77EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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