Html Css Color HEX #53A9FF Cornflower Blue

📋 copy color: '#53A9FF'

red 83 ◦ green 169 ◦ blue 255

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

Shades of Cornflower Blue #53A9FF

Tints of Cornflower Blue #53A9FF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.33%

 BLUE value IS 255 (100% from 255) = 50.3%

R = 16.37%
G = 33.33%
B = 50.3%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#53A9FF (or 0x53A9FF) is known color: Cornflower Blue. HEX triplet: 53, A9 and FF. RGB value is (83,169,255). Sum of RGB (Red+Green+Blue) = 83+169+255=507 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.37% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #53A9FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53A9FF is #AC5600. Grayscale: #989898. Windows color (decimal): -11294209 or 16755027. OLE color: 16755027.

HSL color Cylindrical-coordinate representation of color #53A9FF: hue angle of 210º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53A9FF is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 83 169 255 -
CMYK 0.67 0.34 0 0
HSL 210º 1% 0.66% -
HSV(B) 210º 0.67% 1% -
XYZ 35.81 37.43 99.95 -
YUV 153.09 185.51 78.01 -
System Red Green Blue C M Y K H S L
Decimal 83 169 255 0.67 0.34 0 0 210 1 0.66
Hex 53 A9 FF 43 22 0 0 D2 64 42
Octal 123 251 377 103 42 0 0 322 144 102
Binary 1010011 10101001 11111111 1000011 100010 0 0 11010010 1100100 1000010

Color Harmonies of #53A9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A9FF

Black with #53A9FF

Text Example


Text Example

White with #53A9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,169,255); }

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

background-color css

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

 a { background-color: rgb(83,169,255); }

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

border-color css

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

 span { border-color: rgb(83,169,255); }

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