Html Css Color HEX #53A0F1 Cornflower Blue

📋 copy color: '#53A0F1'

red 83 ◦ green 160 ◦ blue 241

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

Shades of Cornflower Blue #53A0F1

Tints of Cornflower Blue #53A0F1

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.06%

 BLUE value IS 241 (94.53% from 255) = 49.79%

R = 17.15%
G = 33.06%
B = 49.79%

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

#53A0F1 (or 0x53A0F1) is known color: Cornflower Blue. HEX triplet: 53, A0 and F1. RGB value is (83,160,241). Sum of RGB (Red+Green+Blue) = 83+160+241=484 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.15% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #53A0F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53A0F1 is #AC5F0E. Grayscale: #919191. Windows color (decimal): -11296527 or 15835219. OLE color: 15835219.

HSL color Cylindrical-coordinate representation of color #53A0F1: hue angle of 210.76º degrees, saturation: 0.85, 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 #53A0F1 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 160 241 -
CMYK 0.66 0.34 0 0.05
HSL 210.76º 0.85% 0.64% -
HSV(B) 210.76º 0.66% 0.95% -
XYZ 32.02 33.33 87.97 -
YUV 146.21 181.49 82.91 -
System Red Green Blue C M Y K H S L
Decimal 83 160 241 0.66 0.34 0 0.05 210.76 0.85 0.64
Hex 53 A0 F1 42 22 0 5 D3 55 40
Octal 123 240 361 102 42 0 5 323 125 100
Binary 1010011 10100000 11110001 1000010 100010 0 101 11010011 1010101 1000000

Color Harmonies of #53A0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A0F1

Black with #53A0F1

Text Example


Text Example

White with #53A0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,160,241); }

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

background-color css

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

 a { background-color: rgb(83,160,241); }

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

border-color css

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

 span { border-color: rgb(83,160,241); }

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