Html Css Color HEX #2AAEFD Dodger Blue

📋 copy color: '#2AAEFD'

red 42 ◦ green 174 ◦ blue 253

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

Shades of Dodger Blue #2AAEFD

Tints of Dodger Blue #2AAEFD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.1%

 BLUE value IS 253 (99.22% from 255) = 53.94%

R = 8.96%
G = 37.1%
B = 53.94%

CMYK

 C value IS 0.83

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2AAEFD (or 0x2AAEFD) is known color: Dodger Blue. HEX triplet: 2A, AE and FD. RGB value is (42,174,253). Sum of RGB (Red+Green+Blue) = 42+174+253=469 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.96% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #2AAEFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AAEFD is #D55102. Grayscale: #8F8F8F. Windows color (decimal): -13979907 or 16625194. OLE color: 16625194.

HSL color Cylindrical-coordinate representation of color #2AAEFD: hue angle of 202.46º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AAEFD is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 42 174 253 -
CMYK 0.83 0.31 0 0.01
HSL 202.46º 0.98% 0.58% -
HSV(B) 202.46º 0.83% 0.99% -
XYZ 33.82 37.86 98.45 -
YUV 143.54 189.77 55.58 -
System Red Green Blue C M Y K H S L
Decimal 42 174 253 0.83 0.31 0 0.01 202.46 0.98 0.58
Hex 2A AE FD 53 1F 0 1 CA 62 3A
Octal 52 256 375 123 37 0 1 312 142 72
Binary 101010 10101110 11111101 1010011 11111 0 1 11001010 1100010 111010

Color Harmonies of #2AAEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAEFD

Black with #2AAEFD

Text Example


Text Example

White with #2AAEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,174,253); }

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

background-color css

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

 a { background-color: rgb(42,174,253); }

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

border-color css

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

 span { border-color: rgb(42,174,253); }

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