Html Css Color HEX #52A4FE Cornflower Blue

📋 copy color: '#52A4FE'

red 82 ◦ green 164 ◦ blue 254

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

Shades of Cornflower Blue #52A4FE

Tints of Cornflower Blue #52A4FE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.8%

 BLUE value IS 254 (99.61% from 255) = 50.8%

R = 16.4%
G = 32.8%
B = 50.8%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#52A4FE (or 0x52A4FE) is known color: Cornflower Blue. HEX triplet: 52, A4 and FE. RGB value is (82,164,254). Sum of RGB (Red+Green+Blue) = 82+164+254=500 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.4% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #52A4FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A4FE is #AD5B01. Grayscale: #959595. Windows color (decimal): -11361026 or 16688210. OLE color: 16688210.

HSL color Cylindrical-coordinate representation of color #52A4FE: hue angle of 211.4º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52A4FE is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 82 164 254 -
CMYK 0.68 0.35 0 0.00
HSL 211.4º 0.99% 0.66% -
HSV(B) 211.4º 0.68% 1% -
XYZ 34.64 35.5 98.79 -
YUV 149.74 186.83 79.68 -
System Red Green Blue C M Y K H S L
Decimal 82 164 254 0.68 0.35 0 0.00 211.4 0.99 0.66
Hex 52 A4 FE 44 23 0 0 D3 63 42
Octal 122 244 376 104 43 0 0 323 143 102
Binary 1010010 10100100 11111110 1000100 100011 0 0 11010011 1100011 1000010

Color Harmonies of #52A4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A4FE

Black with #52A4FE

Text Example


Text Example

White with #52A4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,164,254); }

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

background-color css

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

 a { background-color: rgb(82,164,254); }

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

border-color css

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

 span { border-color: rgb(82,164,254); }

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