Html Css Color HEX #52ADFD Cornflower Blue

📋 copy color: '#52ADFD'

red 82 ◦ green 173 ◦ blue 253

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

Shades of Cornflower Blue #52ADFD

Tints of Cornflower Blue #52ADFD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.06%

 BLUE value IS 253 (99.22% from 255) = 49.8%

R = 16.14%
G = 34.06%
B = 49.8%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#52ADFD (or 0x52ADFD) is known color: Cornflower Blue. HEX triplet: 52, AD and FD. RGB value is (82,173,253). Sum of RGB (Red+Green+Blue) = 82+173+253=508 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.14% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #52ADFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52ADFD is #AD5202. Grayscale: #9A9A9A. Windows color (decimal): -11358723 or 16624978. OLE color: 16624978.

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

Color convert

RGB 82 173 253 -
CMYK 0.68 0.32 0 0.01
HSL 208.07º 0.98% 0.66% -
HSV(B) 208.07º 0.68% 0.99% -
XYZ 36.15 38.77 98.51 -
YUV 154.91 183.35 76 -
System Red Green Blue C M Y K H S L
Decimal 82 173 253 0.68 0.32 0 0.01 208.07 0.98 0.66
Hex 52 AD FD 44 20 0 1 D0 62 42
Octal 122 255 375 104 40 0 1 320 142 102
Binary 1010010 10101101 11111101 1000100 100000 0 1 11010000 1100010 1000010

Color Harmonies of #52ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ADFD

Black with #52ADFD

Text Example


Text Example

White with #52ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,173,253); }

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

background-color css

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

 a { background-color: rgb(82,173,253); }

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

border-color css

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

 span { border-color: rgb(82,173,253); }

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