Html Css Color HEX #2A9EEC Dodger Blue

📋 copy color: '#2A9EEC'

red 42 ◦ green 158 ◦ blue 236

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

Shades of Dodger Blue #2A9EEC

Tints of Dodger Blue #2A9EEC

RGB

 RED value IS 42 (16.8% from 255) = 9.63%

 GREEN value IS 158 (62.11% from 255) = 36.24%

 BLUE value IS 236 (92.58% from 255) = 54.13%

R = 9.63%
G = 36.24%
B = 54.13%

CMYK

 C value IS 0.82

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2A9EEC (or 0x2A9EEC) is known color: Dodger Blue. HEX triplet: 2A, 9E and EC. RGB value is (42,158,236). Sum of RGB (Red+Green+Blue) = 42+158+236=436 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.63% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #2A9EEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A9EEC is #D56113. Grayscale: #838383. Windows color (decimal): -13984020 or 15506986. OLE color: 15506986.

HSL color Cylindrical-coordinate representation of color #2A9EEC: hue angle of 204.12º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A9EEC is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 42 158 236 -
CMYK 0.82 0.33 0 0.07
HSL 204.12º 0.84% 0.55% -
HSV(B) 204.12º 0.82% 0.93% -
XYZ 28.32 31 83.85 -
YUV 132.21 186.57 63.66 -
System Red Green Blue C M Y K H S L
Decimal 42 158 236 0.82 0.33 0 0.07 204.12 0.84 0.55
Hex 2A 9E EC 52 21 0 7 CC 54 37
Octal 52 236 354 122 41 0 7 314 124 67
Binary 101010 10011110 11101100 1010010 100001 0 111 11001100 1010100 110111

Color Harmonies of #2A9EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9EEC

Black with #2A9EEC

Text Example


Text Example

White with #2A9EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A9EEC; }

 p { color: rgb(42,158,236); }

 H1.HeaderClassName
 {
   color: #2A9EEC;
 }
 .AnyTagClassName
 {
   color: #2A9EEC;
 }
</style>

background-color css

<style>
 a { background-color: #2A9EEC; }

 a { background-color: rgb(42,158,236); }

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

border-color css

<style>
 span { border-color: #2A9EEC; }

 span { border-color: rgb(42,158,236); }

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