Html Css Color HEX #5694ED Cornflower Blue

📋 copy color: '#5694ED'

red 86 ◦ green 148 ◦ blue 237

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

Shades of Cornflower Blue #5694ED

Tints of Cornflower Blue #5694ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.32%

R = 18.26%
G = 31.42%
B = 50.32%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5694ED (or 0x5694ED) is known color: Cornflower Blue. HEX triplet: 56, 94 and ED. RGB value is (86,148,237). Sum of RGB (Red+Green+Blue) = 86+148+237=471 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.26% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #5694ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5694ED is #A96B12. Grayscale: #8B8B8B. Windows color (decimal): -11102995 or 15570006. OLE color: 15570006.

HSL color Cylindrical-coordinate representation of color #5694ED: hue angle of 215.36º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5694ED is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 86 148 237 -
CMYK 0.64 0.38 0 0.07
HSL 215.36º 0.81% 0.63% -
HSV(B) 215.36º 0.64% 0.93% -
XYZ 29.71 29.27 84.2 -
YUV 139.61 182.96 89.76 -
System Red Green Blue C M Y K H S L
Decimal 86 148 237 0.64 0.38 0 0.07 215.36 0.81 0.63
Hex 56 94 ED 40 26 0 7 D7 51 3F
Octal 126 224 355 100 46 0 7 327 121 77
Binary 1010110 10010100 11101101 1000000 100110 0 111 11010111 1010001 111111

Color Harmonies of #5694ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5694ED

Black with #5694ED

Text Example


Text Example

White with #5694ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5694ED; }

 p { color: rgb(86,148,237); }

 H1.HeaderClassName
 {
   color: #5694ED;
 }
 .AnyTagClassName
 {
   color: #5694ED;
 }
</style>

background-color css

<style>
 a { background-color: #5694ED; }

 a { background-color: rgb(86,148,237); }

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

border-color css

<style>
 span { border-color: #5694ED; }

 span { border-color: rgb(86,148,237); }

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