Html Css Color HEX #1A76FF Dodger Blue

📋 copy color: '#1A76FF'

red 26 ◦ green 118 ◦ blue 255

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

Shades of Dodger Blue #1A76FF

Tints of Dodger Blue #1A76FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.57%

 BLUE value IS 255 (100% from 255) = 63.91%

R = 6.52%
G = 29.57%
B = 63.91%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1A76FF (or 0x1A76FF) is known color: Dodger Blue. HEX triplet: 1A, 76 and FF. RGB value is (26,118,255). Sum of RGB (Red+Green+Blue) = 26+118+255=399 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.52% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A76FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A76FF is #E58900. Grayscale: #696969. Windows color (decimal): -15042817 or 16741914. OLE color: 16741914.

HSL color Cylindrical-coordinate representation of color #1A76FF: hue angle of 215.9º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A76FF is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 26 118 255 -
CMYK 0.90 0.54 0 0
HSL 215.9º 1% 0.55% -
HSV(B) 215.9º 0.9% 1% -
XYZ 24.95 20.4 97.23 -
YUV 106.11 212.02 70.86 -
System Red Green Blue C M Y K H S L
Decimal 26 118 255 0.90 0.54 0 0 215.9 1 0.55
Hex 1A 76 FF 5A 36 0 0 D8 64 37
Octal 32 166 377 132 66 0 0 330 144 67
Binary 11010 1110110 11111111 1011010 110110 0 0 11011000 1100100 110111

Color Harmonies of #1A76FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A76FF

Black with #1A76FF

Text Example


Text Example

White with #1A76FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,118,255); }

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

background-color css

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

 a { background-color: rgb(26,118,255); }

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

border-color css

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

 span { border-color: rgb(26,118,255); }

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