Html Css Color HEX #5393FF Cornflower Blue

📋 copy color: '#5393FF'

red 83 ◦ green 147 ◦ blue 255

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

Shades of Cornflower Blue #5393FF

Tints of Cornflower Blue #5393FF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.31%

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

R = 17.11%
G = 30.31%
B = 52.58%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5393FF (or 0x5393FF) is known color: Cornflower Blue. HEX triplet: 53, 93 and FF. RGB value is (83,147,255). Sum of RGB (Red+Green+Blue) = 83+147+255=485 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.11% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #5393FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5393FF is #AC6C00. Grayscale: #8B8B8B. Windows color (decimal): -11299841 or 16749395. OLE color: 16749395.

HSL color Cylindrical-coordinate representation of color #5393FF: hue angle of 217.67º 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 #5393FF is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 83 147 255 -
CMYK 0.67 0.42 0 0
HSL 217.67º 1% 0.66% -
HSV(B) 217.67º 0.67% 1% -
XYZ 32.05 29.93 98.69 -
YUV 140.18 192.8 87.22 -
System Red Green Blue C M Y K H S L
Decimal 83 147 255 0.67 0.42 0 0 217.67 1 0.66
Hex 53 93 FF 43 2A 0 0 DA 64 42
Octal 123 223 377 103 52 0 0 332 144 102
Binary 1010011 10010011 11111111 1000011 101010 0 0 11011010 1100100 1000010

Color Harmonies of #5393FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5393FF

Black with #5393FF

Text Example


Text Example

White with #5393FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5393FF; }

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

 H1.HeaderClassName
 {
   color: #5393FF;
 }
 .AnyTagClassName
 {
   color: #5393FF;
 }
</style>

background-color css

<style>
 a { background-color: #5393FF; }

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

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

border-color css

<style>
 span { border-color: #5393FF; }

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

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