Html Css Color HEX #1A7AF0 Dodger Blue

📋 copy color: '#1A7AF0'

red 26 ◦ green 122 ◦ blue 240

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

Shades of Dodger Blue #1A7AF0

Tints of Dodger Blue #1A7AF0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.44%

 BLUE value IS 240 (94.14% from 255) = 61.86%

R = 6.7%
G = 31.44%
B = 61.86%

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

#1A7AF0 (or 0x1A7AF0) is known color: Dodger Blue. HEX triplet: 1A, 7A and F0. RGB value is (26,122,240). Sum of RGB (Red+Green+Blue) = 26+122+240=388 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.70% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 240 (94.14% from 255 or 61.86% from 388); Max value from RGB is 240 - color contains mainly: blue. Hex color #1A7AF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A7AF0 is #E5850F. Grayscale: #6A6A6A. Windows color (decimal): -15041808 or 15759898. OLE color: 15759898.

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

Color convert

RGB 26 122 240 -
CMYK 0.89 0.49 0 0.06
HSL 213.08º 0.88% 0.52% -
HSV(B) 213.08º 0.89% 0.94% -
XYZ 23.11 20.43 85.16 -
YUV 106.75 203.2 70.41 -
System Red Green Blue C M Y K H S L
Decimal 26 122 240 0.89 0.49 0 0.06 213.08 0.88 0.52
Hex 1A 7A F0 59 31 0 6 D5 58 34
Octal 32 172 360 131 61 0 6 325 130 64
Binary 11010 1111010 11110000 1011001 110001 0 110 11010101 1011000 110100

Color Harmonies of #1A7AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7AF0

Black with #1A7AF0

Text Example


Text Example

White with #1A7AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,122,240); }

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

background-color css

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

 a { background-color: rgb(26,122,240); }

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

border-color css

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

 span { border-color: rgb(26,122,240); }

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