Html Css Color HEX #5698FD Cornflower Blue

📋 copy color: '#5698FD'

red 86 ◦ green 152 ◦ blue 253

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

Shades of Cornflower Blue #5698FD

Tints of Cornflower Blue #5698FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.53%

R = 17.52%
G = 30.96%
B = 51.53%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5698FD (or 0x5698FD) is known color: Cornflower Blue. HEX triplet: 56, 98 and FD. RGB value is (86,152,253). Sum of RGB (Red+Green+Blue) = 86+152+253=491 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.52% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #5698FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5698FD is #A96702. Grayscale: #8F8F8F. Windows color (decimal): -11101955 or 16619606. OLE color: 16619606.

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

Color convert

RGB 86 152 253 -
CMYK 0.66 0.40 0 0.01
HSL 216.29º 0.98% 0.66% -
HSV(B) 216.29º 0.66% 0.99% -
XYZ 32.8 31.53 97.29 -
YUV 143.78 189.63 86.79 -
System Red Green Blue C M Y K H S L
Decimal 86 152 253 0.66 0.40 0 0.01 216.29 0.98 0.66
Hex 56 98 FD 42 28 0 1 D8 62 42
Octal 126 230 375 102 50 0 1 330 142 102
Binary 1010110 10011000 11111101 1000010 101000 0 1 11011000 1100010 1000010

Color Harmonies of #5698FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5698FD

Black with #5698FD

Text Example


Text Example

White with #5698FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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