Html Css Color HEX #52ABFD Cornflower Blue

📋 copy color: '#52ABFD'

red 82 ◦ green 171 ◦ blue 253

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

Shades of Cornflower Blue #52ABFD

Tints of Cornflower Blue #52ABFD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.79%

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

R = 16.21%
G = 33.79%
B = 50%

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

#52ABFD (or 0x52ABFD) is known color: Cornflower Blue. HEX triplet: 52, AB and FD. RGB value is (82,171,253). Sum of RGB (Red+Green+Blue) = 82+171+253=506 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.21% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #52ABFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52ABFD is #AD5402. Grayscale: #999999. Windows color (decimal): -11359235 or 16624466. OLE color: 16624466.

HSL color Cylindrical-coordinate representation of color #52ABFD: hue angle of 208.77º 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 #52ABFD is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 171 253 -
CMYK 0.68 0.32 0 0.01
HSL 208.77º 0.98% 0.66% -
HSV(B) 208.77º 0.68% 0.99% -
XYZ 35.77 38.01 98.38 -
YUV 153.74 184.01 76.83 -
System Red Green Blue C M Y K H S L
Decimal 82 171 253 0.68 0.32 0 0.01 208.77 0.98 0.66
Hex 52 AB FD 44 20 0 1 D1 62 42
Octal 122 253 375 104 40 0 1 321 142 102
Binary 1010010 10101011 11111101 1000100 100000 0 1 11010001 1100010 1000010

Color Harmonies of #52ABFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ABFD

Black with #52ABFD

Text Example


Text Example

White with #52ABFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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