Html Css Color HEX #52A1FF Cornflower Blue

📋 copy color: '#52A1FF'

red 82 ◦ green 161 ◦ blue 255

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

Shades of Cornflower Blue #52A1FF

Tints of Cornflower Blue #52A1FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.2%

R = 16.47%
G = 32.33%
B = 51.2%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#52A1FF (or 0x52A1FF) is known color: Cornflower Blue. HEX triplet: 52, A1 and FF. RGB value is (82,161,255). Sum of RGB (Red+Green+Blue) = 82+161+255=498 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.47% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #52A1FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A1FF is #AD5E00. Grayscale: #939393. Windows color (decimal): -11361793 or 16752978. OLE color: 16752978.

HSL color Cylindrical-coordinate representation of color #52A1FF: hue angle of 212.6º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52A1FF is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 82 161 255 -
CMYK 0.68 0.37 0 0
HSL 212.6º 1% 0.66% -
HSV(B) 212.6º 0.68% 1% -
XYZ 34.27 34.5 99.46 -
YUV 148.1 188.33 80.86 -
System Red Green Blue C M Y K H S L
Decimal 82 161 255 0.68 0.37 0 0 212.6 1 0.66
Hex 52 A1 FF 44 25 0 0 D5 64 42
Octal 122 241 377 104 45 0 0 325 144 102
Binary 1010010 10100001 11111111 1000100 100101 0 0 11010101 1100100 1000010

Color Harmonies of #52A1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A1FF

Black with #52A1FF

Text Example


Text Example

White with #52A1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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