Html Css Color HEX #5698FE Cornflower Blue

📋 copy color: '#5698FE'

red 86 ◦ green 152 ◦ blue 254

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

Shades of Cornflower Blue #5698FE

Tints of Cornflower Blue #5698FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.63%

R = 17.48%
G = 30.89%
B = 51.63%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5698FE (or 0x5698FE) is known color: Cornflower Blue. HEX triplet: 56, 98 and FE. RGB value is (86,152,254). Sum of RGB (Red+Green+Blue) = 86+152+254=492 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.48% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #5698FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5698FE is #A96701. Grayscale: #8F8F8F. Windows color (decimal): -11101954 or 16685142. OLE color: 16685142.

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

Color convert

RGB 86 152 254 -
CMYK 0.66 0.40 0 0.00
HSL 216.43º 0.99% 0.67% -
HSV(B) 216.43º 0.66% 1% -
XYZ 32.96 31.59 98.13 -
YUV 143.89 190.13 86.71 -
System Red Green Blue C M Y K H S L
Decimal 86 152 254 0.66 0.40 0 0.00 216.43 0.99 0.67
Hex 56 98 FE 42 28 0 0 D8 63 43
Octal 126 230 376 102 50 0 0 330 143 103
Binary 1010110 10011000 11111110 1000010 101000 0 0 11011000 1100011 1000011

Color Harmonies of #5698FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5698FE

Black with #5698FE

Text Example


Text Example

White with #5698FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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