Html Css Color HEX #5698FF Cornflower Blue

📋 copy color: '#5698FF'

red 86 ◦ green 152 ◦ blue 255

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

Shades of Cornflower Blue #5698FF

Tints of Cornflower Blue #5698FF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.83%

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

R = 17.44%
G = 30.83%
B = 51.72%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5698FF (or 0x5698FF) is known color: Cornflower Blue. HEX triplet: 56, 98 and FF. RGB value is (86,152,255). Sum of RGB (Red+Green+Blue) = 86+152+255=493 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.44% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #5698FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5698FF is #A96700. Grayscale: #8F8F8F. Windows color (decimal): -11101953 or 16750678. OLE color: 16750678.

HSL color Cylindrical-coordinate representation of color #5698FF: hue angle of 216.57º 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 #5698FF is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 86 152 255 -
CMYK 0.66 0.40 0 0
HSL 216.57º 1% 0.67% -
HSV(B) 216.57º 0.66% 1% -
XYZ 33.12 31.65 98.97 -
YUV 144.01 190.63 86.62 -
System Red Green Blue C M Y K H S L
Decimal 86 152 255 0.66 0.40 0 0 216.57 1 0.67
Hex 56 98 FF 42 28 0 0 D9 64 43
Octal 126 230 377 102 50 0 0 331 144 103
Binary 1010110 10011000 11111111 1000010 101000 0 0 11011001 1100100 1000011

Color Harmonies of #5698FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5698FF

Black with #5698FF

Text Example


Text Example

White with #5698FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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