Html Css Color HEX #5699FF Cornflower Blue

📋 copy color: '#5699FF'

red 86 ◦ green 153 ◦ blue 255

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

Shades of Cornflower Blue #5699FF

Tints of Cornflower Blue #5699FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.62%

R = 17.41%
G = 30.97%
B = 51.62%

CMYK

 C value IS 0.66

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5699FF (or 0x5699FF) is known color: Cornflower Blue. HEX triplet: 56, 99 and FF. RGB value is (86,153,255). Sum of RGB (Red+Green+Blue) = 86+153+255=494 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.41% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #5699FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5699FF is #A96600. Grayscale: #909090. Windows color (decimal): -11101697 or 16750934. OLE color: 16750934.

HSL color Cylindrical-coordinate representation of color #5699FF: hue angle of 216.21º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5699FF is Cyan = 0.66, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 86 153 255 -
CMYK 0.66 0.4 0 0
HSL 216.21º 1% 0.67% -
HSV(B) 216.21º 0.66% 1% -
XYZ 33.28 31.98 99.03 -
YUV 144.6 190.3 86.21 -
System Red Green Blue C M Y K H S L
Decimal 86 153 255 0.66 0.4 0 0 216.21 1 0.67
Hex 56 99 FF 42 28 0 0 D8 64 43
Octal 126 231 377 102 50 0 0 330 144 103
Binary 1010110 10011001 11111111 1000010 101000 0 0 11011000 1100100 1000011

Color Harmonies of #5699FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5699FF

Black with #5699FF

Text Example


Text Example

White with #5699FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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