Html Css Color HEX #53A2EA Cornflower Blue

📋 copy color: '#53A2EA'

red 83 ◦ green 162 ◦ blue 234

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

Shades of Cornflower Blue #53A2EA

Tints of Cornflower Blue #53A2EA

RGB

 RED value IS 83 (32.81% from 255) = 17.33%

 GREEN value IS 162 (63.67% from 255) = 33.82%

 BLUE value IS 234 (91.8% from 255) = 48.85%

R = 17.33%
G = 33.82%
B = 48.85%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#53A2EA (or 0x53A2EA) is known color: Cornflower Blue. HEX triplet: 53, A2 and EA. RGB value is (83,162,234). Sum of RGB (Red+Green+Blue) = 83+162+234=479 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.33% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #53A2EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53A2EA is #AC5D15. Grayscale: #929292. Windows color (decimal): -11296022 or 15376979. OLE color: 15376979.

HSL color Cylindrical-coordinate representation of color #53A2EA: hue angle of 208.61º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53A2EA is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 162 234 -
CMYK 0.65 0.31 0 0.08
HSL 208.61º 0.78% 0.62% -
HSV(B) 208.61º 0.65% 0.92% -
XYZ 31.34 33.62 82.68 -
YUV 146.59 177.33 82.65 -
System Red Green Blue C M Y K H S L
Decimal 83 162 234 0.65 0.31 0 0.08 208.61 0.78 0.62
Hex 53 A2 EA 41 1F 0 8 D1 4E 3E
Octal 123 242 352 101 37 0 10 321 116 76
Binary 1010011 10100010 11101010 1000001 11111 0 1000 11010001 1001110 111110

Color Harmonies of #53A2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A2EA

Black with #53A2EA

Text Example


Text Example

White with #53A2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53A2EA; }

 p { color: rgb(83,162,234); }

 H1.HeaderClassName
 {
   color: #53A2EA;
 }
 .AnyTagClassName
 {
   color: #53A2EA;
 }
</style>

background-color css

<style>
 a { background-color: #53A2EA; }

 a { background-color: rgb(83,162,234); }

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

border-color css

<style>
 span { border-color: #53A2EA; }

 span { border-color: rgb(83,162,234); }

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