Html Css Color HEX #53A1EB Cornflower Blue

📋 copy color: '#53A1EB'

red 83 ◦ green 161 ◦ blue 235

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

Shades of Cornflower Blue #53A1EB

Tints of Cornflower Blue #53A1EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.06%

R = 17.33%
G = 33.61%
B = 49.06%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#53A1EB (or 0x53A1EB) is known color: Cornflower Blue. HEX triplet: 53, A1 and EB. RGB value is (83,161,235). Sum of RGB (Red+Green+Blue) = 83+161+235=479 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.33% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #53A1EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53A1EB is #AC5E14. Grayscale: #919191. Windows color (decimal): -11296277 or 15442259. OLE color: 15442259.

HSL color Cylindrical-coordinate representation of color #53A1EB: hue angle of 209.21º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53A1EB is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 161 235 -
CMYK 0.65 0.31 0 0.08
HSL 209.21º 0.79% 0.62% -
HSV(B) 209.21º 0.65% 0.92% -
XYZ 31.31 33.33 83.38 -
YUV 146.11 178.16 82.98 -
System Red Green Blue C M Y K H S L
Decimal 83 161 235 0.65 0.31 0 0.08 209.21 0.79 0.62
Hex 53 A1 EB 41 1F 0 8 D1 4F 3E
Octal 123 241 353 101 37 0 10 321 117 76
Binary 1010011 10100001 11101011 1000001 11111 0 1000 11010001 1001111 111110

Color Harmonies of #53A1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A1EB

Black with #53A1EB

Text Example


Text Example

White with #53A1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,161,235); }

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

background-color css

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

 a { background-color: rgb(83,161,235); }

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

border-color css

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

 span { border-color: rgb(83,161,235); }

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