Html Css Color HEX #52A8F6 Cornflower Blue

📋 copy color: '#52A8F6'

red 82 ◦ green 168 ◦ blue 246

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

Shades of Cornflower Blue #52A8F6

Tints of Cornflower Blue #52A8F6

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.87%

 BLUE value IS 246 (96.48% from 255) = 49.6%

R = 16.53%
G = 33.87%
B = 49.6%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#52A8F6 (or 0x52A8F6) is known color: Cornflower Blue. HEX triplet: 52, A8 and F6. RGB value is (82,168,246). Sum of RGB (Red+Green+Blue) = 82+168+246=496 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.53% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 246 (96.48% from 255 or 49.60% from 496); Max value from RGB is 246 - color contains mainly: blue. Hex color #52A8F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A8F6 is #AD5709. Grayscale: #969696. Windows color (decimal): -11360010 or 16164946. OLE color: 16164946.

HSL color Cylindrical-coordinate representation of color #52A8F6: hue angle of 208.54º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52A8F6 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 168 246 -
CMYK 0.67 0.32 0 0.04
HSL 208.54º 0.9% 0.64% -
HSV(B) 208.54º 0.67% 0.96% -
XYZ 34.12 36.45 92.43 -
YUV 151.18 181.51 78.66 -
System Red Green Blue C M Y K H S L
Decimal 82 168 246 0.67 0.32 0 0.04 208.54 0.9 0.64
Hex 52 A8 F6 43 20 0 4 D1 5A 40
Octal 122 250 366 103 40 0 4 321 132 100
Binary 1010010 10101000 11110110 1000011 100000 0 100 11010001 1011010 1000000

Color Harmonies of #52A8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A8F6

Black with #52A8F6

Text Example


Text Example

White with #52A8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,168,246); }

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

background-color css

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

 a { background-color: rgb(82,168,246); }

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

border-color css

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

 span { border-color: rgb(82,168,246); }

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