Html Css Color HEX #1A79FF Dodger Blue

📋 copy color: '#1A79FF'

red 26 ◦ green 121 ◦ blue 255

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

Shades of Dodger Blue #1A79FF

Tints of Dodger Blue #1A79FF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.1%

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

R = 6.47%
G = 30.1%
B = 63.43%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1A79FF (or 0x1A79FF) is known color: Dodger Blue. HEX triplet: 1A, 79 and FF. RGB value is (26,121,255). Sum of RGB (Red+Green+Blue) = 26+121+255=402 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.47% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A79FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A79FF is #E58600. Grayscale: #6B6B6B. Windows color (decimal): -15042049 or 16742682. OLE color: 16742682.

HSL color Cylindrical-coordinate representation of color #1A79FF: hue angle of 215.11º 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 #1A79FF is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 26 121 255 -
CMYK 0.90 0.53 0 0
HSL 215.11º 1% 0.55% -
HSV(B) 215.11º 0.9% 1% -
XYZ 25.31 21.11 97.35 -
YUV 107.87 211.03 69.6 -
System Red Green Blue C M Y K H S L
Decimal 26 121 255 0.90 0.53 0 0 215.11 1 0.55
Hex 1A 79 FF 5A 35 0 0 D7 64 37
Octal 32 171 377 132 65 0 0 327 144 67
Binary 11010 1111001 11111111 1011010 110101 0 0 11010111 1100100 110111

Color Harmonies of #1A79FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A79FF

Black with #1A79FF

Text Example


Text Example

White with #1A79FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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