Html Css Color HEX #53A2FA Cornflower Blue

📋 copy color: '#53A2FA'

red 83 ◦ green 162 ◦ blue 250

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

Shades of Cornflower Blue #53A2FA

Tints of Cornflower Blue #53A2FA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.73%

 BLUE value IS 250 (98.05% from 255) = 50.51%

R = 16.77%
G = 32.73%
B = 50.51%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#53A2FA (or 0x53A2FA) is known color: Cornflower Blue. HEX triplet: 53, A2 and FA. RGB value is (83,162,250). Sum of RGB (Red+Green+Blue) = 83+162+250=495 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.77% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #53A2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53A2FA is #AC5D05. Grayscale: #939393. Windows color (decimal): -11296006 or 16425555. OLE color: 16425555.

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

Color convert

RGB 83 162 250 -
CMYK 0.67 0.35 0 0.02
HSL 211.62º 0.94% 0.65% -
HSV(B) 211.62º 0.67% 0.98% -
XYZ 33.74 34.58 95.34 -
YUV 148.41 185.33 81.34 -
System Red Green Blue C M Y K H S L
Decimal 83 162 250 0.67 0.35 0 0.02 211.62 0.94 0.65
Hex 53 A2 FA 43 23 0 2 D4 5E 41
Octal 123 242 372 103 43 0 2 324 136 101
Binary 1010011 10100010 11111010 1000011 100011 0 10 11010100 1011110 1000001

Color Harmonies of #53A2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A2FA

Black with #53A2FA

Text Example


Text Example

White with #53A2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,162,250); }

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

background-color css

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

 a { background-color: rgb(83,162,250); }

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

border-color css

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

 span { border-color: rgb(83,162,250); }

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