Html Css Color HEX #5394EC Cornflower Blue

📋 copy color: '#5394EC'

red 83 ◦ green 148 ◦ blue 236

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

Shades of Cornflower Blue #5394EC

Tints of Cornflower Blue #5394EC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.69%

 BLUE value IS 236 (92.58% from 255) = 50.54%

R = 17.77%
G = 31.69%
B = 50.54%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5394EC (or 0x5394EC) is known color: Cornflower Blue. HEX triplet: 53, 94 and EC. RGB value is (83,148,236). Sum of RGB (Red+Green+Blue) = 83+148+236=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #5394EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5394EC is #AC6B13. Grayscale: #8A8A8A. Windows color (decimal): -11299604 or 15504467. OLE color: 15504467.

HSL color Cylindrical-coordinate representation of color #5394EC: hue angle of 214.51º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5394EC is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 148 236 -
CMYK 0.65 0.37 0 0.07
HSL 214.51º 0.8% 0.63% -
HSV(B) 214.51º 0.65% 0.93% -
XYZ 29.3 29.07 83.42 -
YUV 138.6 182.97 88.34 -
System Red Green Blue C M Y K H S L
Decimal 83 148 236 0.65 0.37 0 0.07 214.51 0.8 0.63
Hex 53 94 EC 41 25 0 7 D7 50 3F
Octal 123 224 354 101 45 0 7 327 120 77
Binary 1010011 10010100 11101100 1000001 100101 0 111 11010111 1010000 111111

Color Harmonies of #5394EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5394EC

Black with #5394EC

Text Example


Text Example

White with #5394EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5394EC; }

 p { color: rgb(83,148,236); }

 H1.HeaderClassName
 {
   color: #5394EC;
 }
 .AnyTagClassName
 {
   color: #5394EC;
 }
</style>

background-color css

<style>
 a { background-color: #5394EC; }

 a { background-color: rgb(83,148,236); }

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

border-color css

<style>
 span { border-color: #5394EC; }

 span { border-color: rgb(83,148,236); }

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