Html Css Color HEX #52A5FA Cornflower Blue

📋 copy color: '#52A5FA'

red 82 ◦ green 165 ◦ blue 250

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

Shades of Cornflower Blue #52A5FA

Tints of Cornflower Blue #52A5FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.3%

R = 16.5%
G = 33.2%
B = 50.3%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#52A5FA (or 0x52A5FA) is known color: Cornflower Blue. HEX triplet: 52, A5 and FA. RGB value is (82,165,250). Sum of RGB (Red+Green+Blue) = 82+165+250=497 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.50% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #52A5FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A5FA is #AD5A05. Grayscale: #959595. Windows color (decimal): -11360774 or 16426322. OLE color: 16426322.

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

Color convert

RGB 82 165 250 -
CMYK 0.67 0.34 0 0.02
HSL 210.36º 0.94% 0.65% -
HSV(B) 210.36º 0.67% 0.98% -
XYZ 34.19 35.61 95.51 -
YUV 149.87 184.5 79.59 -
System Red Green Blue C M Y K H S L
Decimal 82 165 250 0.67 0.34 0 0.02 210.36 0.94 0.65
Hex 52 A5 FA 43 22 0 2 D2 5E 41
Octal 122 245 372 103 42 0 2 322 136 101
Binary 1010010 10100101 11111010 1000011 100010 0 10 11010010 1011110 1000001

Color Harmonies of #52A5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A5FA

Black with #52A5FA

Text Example


Text Example

White with #52A5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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