Html Css Color HEX #2A7AEE Dodger Blue

📋 copy color: '#2A7AEE'

red 42 ◦ green 122 ◦ blue 238

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

Shades of Dodger Blue #2A7AEE

Tints of Dodger Blue #2A7AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 59.2%

R = 10.45%
G = 30.35%
B = 59.2%

CMYK

 C value IS 0.82

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2A7AEE (or 0x2A7AEE) is known color: Dodger Blue. HEX triplet: 2A, 7A and EE. RGB value is (42,122,238). Sum of RGB (Red+Green+Blue) = 42+122+238=402 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.45% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #2A7AEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A7AEE is #D58511. Grayscale: #6E6E6E. Windows color (decimal): -13993234 or 15628842. OLE color: 15628842.

HSL color Cylindrical-coordinate representation of color #2A7AEE: hue angle of 215.51º degrees, saturation: 0.85, 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 #2A7AEE is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 42 122 238 -
CMYK 0.82 0.49 0 0.07
HSL 215.51º 0.85% 0.55% -
HSV(B) 215.51º 0.82% 0.93% -
XYZ 23.35 20.58 83.63 -
YUV 111.3 199.5 78.57 -
System Red Green Blue C M Y K H S L
Decimal 42 122 238 0.82 0.49 0 0.07 215.51 0.85 0.55
Hex 2A 7A EE 52 31 0 7 D8 55 37
Octal 52 172 356 122 61 0 7 330 125 67
Binary 101010 1111010 11101110 1010010 110001 0 111 11011000 1010101 110111

Color Harmonies of #2A7AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7AEE

Black with #2A7AEE

Text Example


Text Example

White with #2A7AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,122,238); }

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

background-color css

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

 a { background-color: rgb(42,122,238); }

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

border-color css

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

 span { border-color: rgb(42,122,238); }

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