Html Css Color HEX #52A1F3 Cornflower Blue

📋 copy color: '#52A1F3'

red 82 ◦ green 161 ◦ blue 243

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

Shades of Cornflower Blue #52A1F3

Tints of Cornflower Blue #52A1F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 50%

R = 16.87%
G = 33.13%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#52A1F3 (or 0x52A1F3) is known color: Cornflower Blue. HEX triplet: 52, A1 and F3. RGB value is (82,161,243). Sum of RGB (Red+Green+Blue) = 82+161+243=486 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.87% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #52A1F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A1F3 is #AD5E0C. Grayscale: #929292. Windows color (decimal): -11361805 or 15966546. OLE color: 15966546.

HSL color Cylindrical-coordinate representation of color #52A1F3: hue angle of 210.56º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52A1F3 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 161 243 -
CMYK 0.66 0.34 0 0.05
HSL 210.56º 0.87% 0.64% -
HSV(B) 210.56º 0.66% 0.95% -
XYZ 32.4 33.75 89.6 -
YUV 146.73 182.33 81.83 -
System Red Green Blue C M Y K H S L
Decimal 82 161 243 0.66 0.34 0 0.05 210.56 0.87 0.64
Hex 52 A1 F3 42 22 0 5 D3 57 40
Octal 122 241 363 102 42 0 5 323 127 100
Binary 1010010 10100001 11110011 1000010 100010 0 101 11010011 1010111 1000000

Color Harmonies of #52A1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A1F3

Black with #52A1F3

Text Example


Text Example

White with #52A1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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