Html Css Color HEX #53A8FD Cornflower Blue

📋 copy color: '#53A8FD'

red 83 ◦ green 168 ◦ blue 253

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

Shades of Cornflower Blue #53A8FD

Tints of Cornflower Blue #53A8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.2%

R = 16.47%
G = 33.33%
B = 50.2%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#53A8FD (or 0x53A8FD) is known color: Cornflower Blue. HEX triplet: 53, A8 and FD. RGB value is (83,168,253). Sum of RGB (Red+Green+Blue) = 83+168+253=504 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.47% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #53A8FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53A8FD is #AC5702. Grayscale: #979797. Windows color (decimal): -11294467 or 16623699. OLE color: 16623699.

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

Color convert

RGB 83 168 253 -
CMYK 0.67 0.34 0 0.01
HSL 210º 0.98% 0.66% -
HSV(B) 210º 0.67% 0.99% -
XYZ 35.3 36.94 98.2 -
YUV 152.28 184.84 78.59 -
System Red Green Blue C M Y K H S L
Decimal 83 168 253 0.67 0.34 0 0.01 210 0.98 0.66
Hex 53 A8 FD 43 22 0 1 D2 62 42
Octal 123 250 375 103 42 0 1 322 142 102
Binary 1010011 10101000 11111101 1000011 100010 0 1 11010010 1100010 1000010

Color Harmonies of #53A8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A8FD

Black with #53A8FD

Text Example


Text Example

White with #53A8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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