Html Css Color HEX #5697EA Cornflower Blue

📋 copy color: '#5697EA'

red 86 ◦ green 151 ◦ blue 234

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

Shades of Cornflower Blue #5697EA

Tints of Cornflower Blue #5697EA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.06%

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

R = 18.26%
G = 32.06%
B = 49.68%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5697EA (or 0x5697EA) is known color: Cornflower Blue. HEX triplet: 56, 97 and EA. RGB value is (86,151,234). Sum of RGB (Red+Green+Blue) = 86+151+234=471 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.26% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #5697EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5697EA is #A96815. Grayscale: #8C8C8C. Windows color (decimal): -11102230 or 15374166. OLE color: 15374166.

HSL color Cylindrical-coordinate representation of color #5697EA: hue angle of 213.65º 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 #5697EA is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 86 151 234 -
CMYK 0.63 0.35 0 0.08
HSL 213.65º 0.78% 0.63% -
HSV(B) 213.65º 0.63% 0.92% -
XYZ 29.76 30.05 82.07 -
YUV 141.03 180.47 88.75 -
System Red Green Blue C M Y K H S L
Decimal 86 151 234 0.63 0.35 0 0.08 213.65 0.78 0.63
Hex 56 97 EA 3F 23 0 8 D6 4E 3F
Octal 126 227 352 77 43 0 10 326 116 77
Binary 1010110 10010111 11101010 111111 100011 0 1000 11010110 1001110 111111

Color Harmonies of #5697EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5697EA

Black with #5697EA

Text Example


Text Example

White with #5697EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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