Html Css Color HEX #5694DE Cornflower Blue

📋 copy color: '#5694DE'

red 86 ◦ green 148 ◦ blue 222

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

Shades of Cornflower Blue #5694DE

Tints of Cornflower Blue #5694DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.68%

R = 18.86%
G = 32.46%
B = 48.68%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5694DE (or 0x5694DE) is known color: Cornflower Blue. HEX triplet: 56, 94 and DE. RGB value is (86,148,222). Sum of RGB (Red+Green+Blue) = 86+148+222=456 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.86% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #5694DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5694DE is #A96B21. Grayscale: #898989. Windows color (decimal): -11103010 or 14586966. OLE color: 14586966.

HSL color Cylindrical-coordinate representation of color #5694DE: hue angle of 212.65º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5694DE is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 148 222 -
CMYK 0.61 0.33 0 0.13
HSL 212.65º 0.67% 0.6% -
HSV(B) 212.65º 0.61% 0.87% -
XYZ 27.61 28.43 73.14 -
YUV 137.9 175.46 90.98 -
System Red Green Blue C M Y K H S L
Decimal 86 148 222 0.61 0.33 0 0.13 212.65 0.67 0.6
Hex 56 94 DE 3D 21 0 D D5 43 3C
Octal 126 224 336 75 41 0 15 325 103 74
Binary 1010110 10010100 11011110 111101 100001 0 1101 11010101 1000011 111100

Color Harmonies of #5694DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5694DE

Black with #5694DE

Text Example


Text Example

White with #5694DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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