Html Css Color HEX #52A5FE Cornflower Blue

📋 copy color: '#52A5FE'

red 82 ◦ green 165 ◦ blue 254

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

Shades of Cornflower Blue #52A5FE

Tints of Cornflower Blue #52A5FE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.93%

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

R = 16.37%
G = 32.93%
B = 50.7%

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

#52A5FE (or 0x52A5FE) is known color: Cornflower Blue. HEX triplet: 52, A5 and FE. RGB value is (82,165,254). Sum of RGB (Red+Green+Blue) = 82+165+254=501 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.37% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #52A5FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A5FE is #AD5A01. Grayscale: #959595. Windows color (decimal): -11360770 or 16688466. OLE color: 16688466.

HSL color Cylindrical-coordinate representation of color #52A5FE: hue angle of 211.05º 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 #52A5FE is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 82 165 254 -
CMYK 0.68 0.35 0 0.00
HSL 211.05º 0.99% 0.66% -
HSV(B) 211.05º 0.68% 1% -
XYZ 34.82 35.86 98.85 -
YUV 150.33 186.5 79.26 -
System Red Green Blue C M Y K H S L
Decimal 82 165 254 0.68 0.35 0 0.00 211.05 0.99 0.66
Hex 52 A5 FE 44 23 0 0 D3 63 42
Octal 122 245 376 104 43 0 0 323 143 102
Binary 1010010 10100101 11111110 1000100 100011 0 0 11010011 1100011 1000010

Color Harmonies of #52A5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A5FE

Black with #52A5FE

Text Example


Text Example

White with #52A5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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