Html Css Color HEX #52A1F9 Cornflower Blue

📋 copy color: '#52A1F9'

red 82 ◦ green 161 ◦ blue 249

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

Shades of Cornflower Blue #52A1F9

Tints of Cornflower Blue #52A1F9

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.72%

 BLUE value IS 249 (97.66% from 255) = 50.61%

R = 16.67%
G = 32.72%
B = 50.61%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#52A1F9 (or 0x52A1F9) is known color: Cornflower Blue. HEX triplet: 52, A1 and F9. RGB value is (82,161,249). Sum of RGB (Red+Green+Blue) = 82+161+249=492 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.67% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #52A1F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A1F9 is #AD5E06. Grayscale: #929292. Windows color (decimal): -11361799 or 16359762. OLE color: 16359762.

HSL color Cylindrical-coordinate representation of color #52A1F9: hue angle of 211.62º degrees, saturation: 0.93, 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 #52A1F9 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 161 249 -
CMYK 0.67 0.35 0 0.02
HSL 211.62º 0.93% 0.65% -
HSV(B) 211.62º 0.67% 0.98% -
XYZ 33.32 34.12 94.45 -
YUV 147.41 185.33 81.34 -
System Red Green Blue C M Y K H S L
Decimal 82 161 249 0.67 0.35 0 0.02 211.62 0.93 0.65
Hex 52 A1 F9 43 23 0 2 D4 5D 41
Octal 122 241 371 103 43 0 2 324 135 101
Binary 1010010 10100001 11111001 1000011 100011 0 10 11010100 1011101 1000001

Color Harmonies of #52A1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A1F9

Black with #52A1F9

Text Example


Text Example

White with #52A1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,161,249); }

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

background-color css

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

 a { background-color: rgb(82,161,249); }

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

border-color css

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

 span { border-color: rgb(82,161,249); }

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