Html Css Color HEX #52A7FE Cornflower Blue

📋 copy color: '#52A7FE'

red 82 ◦ green 167 ◦ blue 254

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

Shades of Cornflower Blue #52A7FE

Tints of Cornflower Blue #52A7FE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.2%

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

R = 16.3%
G = 33.2%
B = 50.5%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#52A7FE (or 0x52A7FE) is known color: Cornflower Blue. HEX triplet: 52, A7 and FE. RGB value is (82,167,254). Sum of RGB (Red+Green+Blue) = 82+167+254=503 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.30% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #52A7FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A7FE is #AD5801. Grayscale: #979797. Windows color (decimal): -11360258 or 16688978. OLE color: 16688978.

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

Color convert

RGB 82 167 254 -
CMYK 0.68 0.34 0 0.00
HSL 210.35º 0.99% 0.66% -
HSV(B) 210.35º 0.68% 1% -
XYZ 35.19 36.59 98.97 -
YUV 151.5 185.84 78.43 -
System Red Green Blue C M Y K H S L
Decimal 82 167 254 0.68 0.34 0 0.00 210.35 0.99 0.66
Hex 52 A7 FE 44 22 0 0 D2 63 42
Octal 122 247 376 104 42 0 0 322 143 102
Binary 1010010 10100111 11111110 1000100 100010 0 0 11010010 1100011 1000010

Color Harmonies of #52A7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A7FE

Black with #52A7FE

Text Example


Text Example

White with #52A7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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