Html Css Color HEX #1A70EF Dodger Blue

📋 copy color: '#1A70EF'

red 26 ◦ green 112 ◦ blue 239

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

Shades of Dodger Blue #1A70EF

Tints of Dodger Blue #1A70EF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.71%

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

R = 6.9%
G = 29.71%
B = 63.4%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1A70EF (or 0x1A70EF) is known color: Dodger Blue. HEX triplet: 1A, 70 and EF. RGB value is (26,112,239). Sum of RGB (Red+Green+Blue) = 26+112+239=377 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.90% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #1A70EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A70EF is #E58F10. Grayscale: #646464. Windows color (decimal): -15044369 or 15691802. OLE color: 15691802.

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

Color convert

RGB 26 112 239 -
CMYK 0.89 0.53 0 0.06
HSL 215.77º 0.87% 0.52% -
HSV(B) 215.77º 0.89% 0.94% -
XYZ 21.8 18.04 83.99 -
YUV 100.76 206.01 74.67 -
System Red Green Blue C M Y K H S L
Decimal 26 112 239 0.89 0.53 0 0.06 215.77 0.87 0.52
Hex 1A 70 EF 59 35 0 6 D8 57 34
Octal 32 160 357 131 65 0 6 330 127 64
Binary 11010 1110000 11101111 1011001 110101 0 110 11011000 1010111 110100

Color Harmonies of #1A70EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A70EF

Black with #1A70EF

Text Example


Text Example

White with #1A70EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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