Html Css Color HEX #53A8F9 Cornflower Blue

📋 copy color: '#53A8F9'

red 83 ◦ green 168 ◦ blue 249

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

Shades of Cornflower Blue #53A8F9

Tints of Cornflower Blue #53A8F9

RGB

 RED value IS 83 (32.81% from 255) = 16.6%

 GREEN value IS 168 (66.02% from 255) = 33.6%

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

R = 16.6%
G = 33.6%
B = 49.8%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#53A8F9 (or 0x53A8F9) is known color: Cornflower Blue. HEX triplet: 53, A8 and F9. RGB value is (83,168,249). Sum of RGB (Red+Green+Blue) = 83+168+249=500 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.6% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #53A8F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53A8F9 is #AC5706. Grayscale: #979797. Windows color (decimal): -11294471 or 16361555. OLE color: 16361555.

HSL color Cylindrical-coordinate representation of color #53A8F9: hue angle of 209.28º 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 #53A8F9 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 168 249 -
CMYK 0.67 0.33 0 0.02
HSL 209.28º 0.93% 0.65% -
HSV(B) 209.28º 0.67% 0.98% -
XYZ 34.67 36.68 94.88 -
YUV 151.82 182.84 78.91 -
System Red Green Blue C M Y K H S L
Decimal 83 168 249 0.67 0.33 0 0.02 209.28 0.93 0.65
Hex 53 A8 F9 43 21 0 2 D1 5D 41
Octal 123 250 371 103 41 0 2 321 135 101
Binary 1010011 10101000 11111001 1000011 100001 0 10 11010001 1011101 1000001

Color Harmonies of #53A8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A8F9

Black with #53A8F9

Text Example


Text Example

White with #53A8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53A8F9; }

 p { color: rgb(83,168,249); }

 H1.HeaderClassName
 {
   color: #53A8F9;
 }
 .AnyTagClassName
 {
   color: #53A8F9;
 }
</style>

background-color css

<style>
 a { background-color: #53A8F9; }

 a { background-color: rgb(83,168,249); }

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

border-color css

<style>
 span { border-color: #53A8F9; }

 span { border-color: rgb(83,168,249); }

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