Html Css Color HEX #5694FC Cornflower Blue

📋 copy color: '#5694FC'

red 86 ◦ green 148 ◦ blue 252

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

Shades of Cornflower Blue #5694FC

Tints of Cornflower Blue #5694FC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.45%

 BLUE value IS 252 (98.83% from 255) = 51.85%

R = 17.7%
G = 30.45%
B = 51.85%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5694FC (or 0x5694FC) is known color: Cornflower Blue. HEX triplet: 56, 94 and FC. RGB value is (86,148,252). Sum of RGB (Red+Green+Blue) = 86+148+252=486 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.70% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #5694FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5694FC is #A96B03. Grayscale: #8C8C8C. Windows color (decimal): -11102980 or 16553046. OLE color: 16553046.

HSL color Cylindrical-coordinate representation of color #5694FC: hue angle of 217.59º degrees, saturation: 0.97, 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 #5694FC is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 86 148 252 -
CMYK 0.66 0.41 0 0.01
HSL 217.59º 0.97% 0.66% -
HSV(B) 217.59º 0.66% 0.99% -
XYZ 32 30.19 96.24 -
YUV 141.32 190.46 88.54 -
System Red Green Blue C M Y K H S L
Decimal 86 148 252 0.66 0.41 0 0.01 217.59 0.97 0.66
Hex 56 94 FC 42 29 0 1 DA 61 42
Octal 126 224 374 102 51 0 1 332 141 102
Binary 1010110 10010100 11111100 1000010 101001 0 1 11011010 1100001 1000010

Color Harmonies of #5694FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5694FC

Black with #5694FC

Text Example


Text Example

White with #5694FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5694FC; }

 p { color: rgb(86,148,252); }

 H1.HeaderClassName
 {
   color: #5694FC;
 }
 .AnyTagClassName
 {
   color: #5694FC;
 }
</style>

background-color css

<style>
 a { background-color: #5694FC; }

 a { background-color: rgb(86,148,252); }

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

border-color css

<style>
 span { border-color: #5694FC; }

 span { border-color: rgb(86,148,252); }

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