Html Css Color HEX #1A77FA Dodger Blue

📋 copy color: '#1A77FA'

red 26 ◦ green 119 ◦ blue 250

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

Shades of Dodger Blue #1A77FA

Tints of Dodger Blue #1A77FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.29%

R = 6.58%
G = 30.13%
B = 63.29%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1A77FA (or 0x1A77FA) is known color: Dodger Blue. HEX triplet: 1A, 77 and FA. RGB value is (26,119,250). Sum of RGB (Red+Green+Blue) = 26+119+250=395 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.58% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #1A77FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A77FA is #E58805. Grayscale: #696969. Windows color (decimal): -15042566 or 16414490. OLE color: 16414490.

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

Color convert

RGB 26 119 250 -
CMYK 0.90 0.52 0 0.02
HSL 215.09º 0.96% 0.54% -
HSV(B) 215.09º 0.9% 0.98% -
XYZ 24.28 20.32 93.08 -
YUV 106.13 209.19 70.85 -
System Red Green Blue C M Y K H S L
Decimal 26 119 250 0.90 0.52 0 0.02 215.09 0.96 0.54
Hex 1A 77 FA 5A 34 0 2 D7 60 36
Octal 32 167 372 132 64 0 2 327 140 66
Binary 11010 1110111 11111010 1011010 110100 0 10 11010111 1100000 110110

Color Harmonies of #1A77FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A77FA

Black with #1A77FA

Text Example


Text Example

White with #1A77FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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