Html Css Color HEX #1A70F6 Dodger Blue

📋 copy color: '#1A70F6'

red 26 ◦ green 112 ◦ blue 246

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

Shades of Dodger Blue #1A70F6

Tints of Dodger Blue #1A70F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 64.06%

R = 6.77%
G = 29.17%
B = 64.06%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1A70F6 (or 0x1A70F6) is known color: Dodger Blue. HEX triplet: 1A, 70 and F6. RGB value is (26,112,246). Sum of RGB (Red+Green+Blue) = 26+112+246=384 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.77% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 246 (96.48% from 255 or 64.06% from 384); Max value from RGB is 246 - color contains mainly: blue. Hex color #1A70F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A70F6 is #E58F09. Grayscale: #646464. Windows color (decimal): -15044362 or 16150554. OLE color: 16150554.

HSL color Cylindrical-coordinate representation of color #1A70F6: hue angle of 216.55º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A70F6 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 26 112 246 -
CMYK 0.89 0.54 0 0.04
HSL 216.55º 0.92% 0.53% -
HSV(B) 216.55º 0.89% 0.96% -
XYZ 22.85 18.46 89.55 -
YUV 101.56 209.51 74.1 -
System Red Green Blue C M Y K H S L
Decimal 26 112 246 0.89 0.54 0 0.04 216.55 0.92 0.53
Hex 1A 70 F6 59 36 0 4 D9 5C 35
Octal 32 160 366 131 66 0 4 331 134 65
Binary 11010 1110000 11110110 1011001 110110 0 100 11011001 1011100 110101

Color Harmonies of #1A70F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A70F6

Black with #1A70F6

Text Example


Text Example

White with #1A70F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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