Html Css Color HEX #5693EA Cornflower Blue

📋 copy color: '#5693EA'

red 86 ◦ green 147 ◦ blue 234

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

Shades of Cornflower Blue #5693EA

Tints of Cornflower Blue #5693EA

RGB

 RED value IS 86 (33.98% from 255) = 18.42%

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

 BLUE value IS 234 (91.8% from 255) = 50.11%

R = 18.42%
G = 31.48%
B = 50.11%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5693EA (or 0x5693EA) is known color: Cornflower Blue. HEX triplet: 56, 93 and EA. RGB value is (86,147,234). Sum of RGB (Red+Green+Blue) = 86+147+234=467 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.42% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #5693EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5693EA is #A96C15. Grayscale: #8A8A8A. Windows color (decimal): -11103254 or 15373142. OLE color: 15373142.

HSL color Cylindrical-coordinate representation of color #5693EA: hue angle of 215.27º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5693EA is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 86 147 234 -
CMYK 0.63 0.37 0 0.08
HSL 215.27º 0.78% 0.63% -
HSV(B) 215.27º 0.63% 0.92% -
XYZ 29.12 28.79 81.86 -
YUV 138.68 181.79 90.43 -
System Red Green Blue C M Y K H S L
Decimal 86 147 234 0.63 0.37 0 0.08 215.27 0.78 0.63
Hex 56 93 EA 3F 25 0 8 D7 4E 3F
Octal 126 223 352 77 45 0 10 327 116 77
Binary 1010110 10010011 11101010 111111 100101 0 1000 11010111 1001110 111111

Color Harmonies of #5693EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5693EA

Black with #5693EA

Text Example


Text Example

White with #5693EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5693EA; }

 p { color: rgb(86,147,234); }

 H1.HeaderClassName
 {
   color: #5693EA;
 }
 .AnyTagClassName
 {
   color: #5693EA;
 }
</style>

background-color css

<style>
 a { background-color: #5693EA; }

 a { background-color: rgb(86,147,234); }

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

border-color css

<style>
 span { border-color: #5693EA; }

 span { border-color: rgb(86,147,234); }

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