Html Css Color HEX #52A3F8 Cornflower Blue

📋 copy color: '#52A3F8'

red 82 ◦ green 163 ◦ blue 248

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

Shades of Cornflower Blue #52A3F8

Tints of Cornflower Blue #52A3F8

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.06%

 BLUE value IS 248 (97.27% from 255) = 50.3%

R = 16.63%
G = 33.06%
B = 50.3%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#52A3F8 (or 0x52A3F8) is known color: Cornflower Blue. HEX triplet: 52, A3 and F8. RGB value is (82,163,248). Sum of RGB (Red+Green+Blue) = 82+163+248=493 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.63% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 248 (97.27% from 255 or 50.30% from 493); Max value from RGB is 248 - color contains mainly: blue. Hex color #52A3F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A3F8 is #AD5C07. Grayscale: #949494. Windows color (decimal): -11361288 or 16294738. OLE color: 16294738.

HSL color Cylindrical-coordinate representation of color #52A3F8: hue angle of 210.72º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52A3F8 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 82 163 248 -
CMYK 0.67 0.34 0 0.03
HSL 210.72º 0.92% 0.65% -
HSV(B) 210.72º 0.67% 0.97% -
XYZ 33.52 34.77 93.75 -
YUV 148.47 184.16 80.59 -
System Red Green Blue C M Y K H S L
Decimal 82 163 248 0.67 0.34 0 0.03 210.72 0.92 0.65
Hex 52 A3 F8 43 22 0 3 D3 5C 41
Octal 122 243 370 103 42 0 3 323 134 101
Binary 1010010 10100011 11111000 1000011 100010 0 11 11010011 1011100 1000001

Color Harmonies of #52A3F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A3F8

Black with #52A3F8

Text Example


Text Example

White with #52A3F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,163,248); }

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

background-color css

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

 a { background-color: rgb(82,163,248); }

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

border-color css

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

 span { border-color: rgb(82,163,248); }

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