Html Css Color HEX #1A79EF Dodger Blue

📋 copy color: '#1A79EF'

red 26 ◦ green 121 ◦ blue 239

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

Shades of Dodger Blue #1A79EF

Tints of Dodger Blue #1A79EF

RGB

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

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

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

R = 6.74%
G = 31.35%
B = 61.92%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1A79EF (or 0x1A79EF) is known color: Dodger Blue. HEX triplet: 1A, 79 and EF. RGB value is (26,121,239). Sum of RGB (Red+Green+Blue) = 26+121+239=386 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.74% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 239 (93.75% from 255 or 61.92% from 386); Max value from RGB is 239 - color contains mainly: blue. Hex color #1A79EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A79EF is #E58610. Grayscale: #696969. Windows color (decimal): -15042065 or 15694106. OLE color: 15694106.

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

Color convert

RGB 26 121 239 -
CMYK 0.89 0.49 0 0.06
HSL 213.24º 0.87% 0.52% -
HSV(B) 213.24º 0.89% 0.94% -
XYZ 22.84 20.13 84.34 -
YUV 106.05 203.03 70.91 -
System Red Green Blue C M Y K H S L
Decimal 26 121 239 0.89 0.49 0 0.06 213.24 0.87 0.52
Hex 1A 79 EF 59 31 0 6 D5 57 34
Octal 32 171 357 131 61 0 6 325 127 64
Binary 11010 1111001 11101111 1011001 110001 0 110 11010101 1010111 110100

Color Harmonies of #1A79EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A79EF

Black with #1A79EF

Text Example


Text Example

White with #1A79EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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