Html Css Color HEX #52A2EE Cornflower Blue

📋 copy color: '#52A2EE'

red 82 ◦ green 162 ◦ blue 238

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

Shades of Cornflower Blue #52A2EE

Tints of Cornflower Blue #52A2EE

RGB

 RED value IS 82 (32.42% from 255) = 17.01%

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

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

R = 17.01%
G = 33.61%
B = 49.38%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#52A2EE (or 0x52A2EE) is known color: Cornflower Blue. HEX triplet: 52, A2 and EE. RGB value is (82,162,238). Sum of RGB (Red+Green+Blue) = 82+162+238=482 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.01% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #52A2EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A2EE is #AD5D11. Grayscale: #929292. Windows color (decimal): -11361554 or 15639122. OLE color: 15639122.

HSL color Cylindrical-coordinate representation of color #52A2EE: hue angle of 209.23º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52A2EE is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 162 238 -
CMYK 0.66 0.32 0 0.07
HSL 209.23º 0.82% 0.63% -
HSV(B) 209.23º 0.66% 0.93% -
XYZ 31.83 33.81 85.74 -
YUV 146.74 179.5 81.82 -
System Red Green Blue C M Y K H S L
Decimal 82 162 238 0.66 0.32 0 0.07 209.23 0.82 0.63
Hex 52 A2 EE 42 20 0 7 D1 52 3F
Octal 122 242 356 102 40 0 7 321 122 77
Binary 1010010 10100010 11101110 1000010 100000 0 111 11010001 1010010 111111

Color Harmonies of #52A2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A2EE

Black with #52A2EE

Text Example


Text Example

White with #52A2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52A2EE; }

 p { color: rgb(82,162,238); }

 H1.HeaderClassName
 {
   color: #52A2EE;
 }
 .AnyTagClassName
 {
   color: #52A2EE;
 }
</style>

background-color css

<style>
 a { background-color: #52A2EE; }

 a { background-color: rgb(82,162,238); }

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

border-color css

<style>
 span { border-color: #52A2EE; }

 span { border-color: rgb(82,162,238); }

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