Html Css Color HEX #1A77EF Dodger Blue

📋 copy color: '#1A77EF'

red 26 ◦ green 119 ◦ blue 239

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

Shades of Dodger Blue #1A77EF

Tints of Dodger Blue #1A77EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 62.24%

R = 6.77%
G = 30.99%
B = 62.24%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1A77EF (or 0x1A77EF) is known color: Dodger Blue. HEX triplet: 1A, 77 and EF. RGB value is (26,119,239). Sum of RGB (Red+Green+Blue) = 26+119+239=384 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.77% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #1A77EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A77EF is #E58810. Grayscale: #686868. Windows color (decimal): -15042577 or 15693594. OLE color: 15693594.

HSL color Cylindrical-coordinate representation of color #1A77EF: hue angle of 213.8º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A77EF is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 26 119 239 -
CMYK 0.89 0.50 0 0.06
HSL 213.8º 0.87% 0.52% -
HSV(B) 213.8º 0.89% 0.94% -
XYZ 22.6 19.65 84.26 -
YUV 104.87 203.69 71.74 -
System Red Green Blue C M Y K H S L
Decimal 26 119 239 0.89 0.50 0 0.06 213.8 0.87 0.52
Hex 1A 77 EF 59 32 0 6 D6 57 34
Octal 32 167 357 131 62 0 6 326 127 64
Binary 11010 1110111 11101111 1011001 110010 0 110 11010110 1010111 110100

Color Harmonies of #1A77EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A77EF

Black with #1A77EF

Text Example


Text Example

White with #1A77EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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