Html Css Color HEX #2AAEFC Dodger Blue

📋 copy color: '#2AAEFC'

red 42 ◦ green 174 ◦ blue 252

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

Shades of Dodger Blue #2AAEFC

Tints of Dodger Blue #2AAEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.85%

R = 8.97%
G = 37.18%
B = 53.85%

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

#2AAEFC (or 0x2AAEFC) is known color: Dodger Blue. HEX triplet: 2A, AE and FC. RGB value is (42,174,252). Sum of RGB (Red+Green+Blue) = 42+174+252=468 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.97% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #2AAEFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AAEFC is #D55103. Grayscale: #8E8E8E. Windows color (decimal): -13979908 or 16559658. OLE color: 16559658.

HSL color Cylindrical-coordinate representation of color #2AAEFC: hue angle of 202.29º degrees, saturation: 0.97, 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 #2AAEFC is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 42 174 252 -
CMYK 0.83 0.31 0 0.01
HSL 202.29º 0.97% 0.58% -
HSV(B) 202.29º 0.83% 0.99% -
XYZ 33.66 37.79 97.62 -
YUV 143.42 189.27 55.66 -
System Red Green Blue C M Y K H S L
Decimal 42 174 252 0.83 0.31 0 0.01 202.29 0.97 0.58
Hex 2A AE FC 53 1F 0 1 CA 61 3A
Octal 52 256 374 123 37 0 1 312 141 72
Binary 101010 10101110 11111100 1010011 11111 0 1 11001010 1100001 111010

Color Harmonies of #2AAEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAEFC

Black with #2AAEFC

Text Example


Text Example

White with #2AAEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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