Html Css Color HEX #5699F0 Cornflower Blue

📋 copy color: '#5699F0'

red 86 ◦ green 153 ◦ blue 240

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

Shades of Cornflower Blue #5699F0

Tints of Cornflower Blue #5699F0

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.94%

 BLUE value IS 240 (94.14% from 255) = 50.1%

R = 17.95%
G = 31.94%
B = 50.1%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5699F0 (or 0x5699F0) is known color: Cornflower Blue. HEX triplet: 56, 99 and F0. RGB value is (86,153,240). Sum of RGB (Red+Green+Blue) = 86+153+240=479 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.95% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 240 (94.14% from 255 or 50.10% from 479); Max value from RGB is 240 - color contains mainly: blue. Hex color #5699F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5699F0 is #A9660F. Grayscale: #8E8E8E. Windows color (decimal): -11101712 or 15767894. OLE color: 15767894.

HSL color Cylindrical-coordinate representation of color #5699F0: hue angle of 213.9º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5699F0 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 86 153 240 -
CMYK 0.64 0.36 0 0.06
HSL 213.9º 0.84% 0.64% -
HSV(B) 213.9º 0.64% 0.94% -
XYZ 30.96 31.05 86.8 -
YUV 142.89 182.8 87.43 -
System Red Green Blue C M Y K H S L
Decimal 86 153 240 0.64 0.36 0 0.06 213.9 0.84 0.64
Hex 56 99 F0 40 24 0 6 D6 54 40
Octal 126 231 360 100 44 0 6 326 124 100
Binary 1010110 10011001 11110000 1000000 100100 0 110 11010110 1010100 1000000

Color Harmonies of #5699F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5699F0

Black with #5699F0

Text Example


Text Example

White with #5699F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5699F0; }

 p { color: rgb(86,153,240); }

 H1.HeaderClassName
 {
   color: #5699F0;
 }
 .AnyTagClassName
 {
   color: #5699F0;
 }
</style>

background-color css

<style>
 a { background-color: #5699F0; }

 a { background-color: rgb(86,153,240); }

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

border-color css

<style>
 span { border-color: #5699F0; }

 span { border-color: rgb(86,153,240); }

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