Html Css Color HEX #1A7CFF Dodger Blue

📋 copy color: '#1A7CFF'

red 26 ◦ green 124 ◦ blue 255

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

Shades of Dodger Blue #1A7CFF

Tints of Dodger Blue #1A7CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.62%

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

R = 6.42%
G = 30.62%
B = 62.96%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1A7CFF (or 0x1A7CFF) is known color: Dodger Blue. HEX triplet: 1A, 7C and FF. RGB value is (26,124,255). Sum of RGB (Red+Green+Blue) = 26+124+255=405 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.42% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A7CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A7CFF is #E58300. Grayscale: #6D6D6D. Windows color (decimal): -15041281 or 16743450. OLE color: 16743450.

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

Color convert

RGB 26 124 255 -
CMYK 0.90 0.51 0 0
HSL 214.32º 1% 0.55% -
HSV(B) 214.32º 0.9% 1% -
XYZ 25.68 21.85 97.47 -
YUV 109.63 210.03 68.35 -
System Red Green Blue C M Y K H S L
Decimal 26 124 255 0.90 0.51 0 0 214.32 1 0.55
Hex 1A 7C FF 5A 33 0 0 D6 64 37
Octal 32 174 377 132 63 0 0 326 144 67
Binary 11010 1111100 11111111 1011010 110011 0 0 11010110 1100100 110111

Color Harmonies of #1A7CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7CFF

Black with #1A7CFF

Text Example


Text Example

White with #1A7CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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