Html Css Color HEX #5894F6 Cornflower Blue

📋 copy color: '#5894F6'

red 88 ◦ green 148 ◦ blue 246

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

Shades of Cornflower Blue #5894F6

Tints of Cornflower Blue #5894F6

RGB

 RED value IS 88 (34.77% from 255) = 18.26%

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

 BLUE value IS 246 (96.48% from 255) = 51.04%

R = 18.26%
G = 30.71%
B = 51.04%

CMYK

 C value IS 0.64

 M value IS 0.40

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5894F6 (or 0x5894F6) is known color: Cornflower Blue. HEX triplet: 58, 94 and F6. RGB value is (88,148,246). Sum of RGB (Red+Green+Blue) = 88+148+246=482 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.26% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 246 (96.48% from 255 or 51.04% from 482); Max value from RGB is 246 - color contains mainly: blue. Hex color #5894F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5894F6 is #A76B09. Grayscale: #8C8C8C. Windows color (decimal): -10971914 or 16159832. OLE color: 16159832.

HSL color Cylindrical-coordinate representation of color #5894F6: hue angle of 217.22º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5894F6 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 88 148 246 -
CMYK 0.64 0.40 0 0.04
HSL 217.22º 0.9% 0.65% -
HSV(B) 217.22º 0.64% 0.96% -
XYZ 31.25 29.91 91.31 -
YUV 141.23 187.12 90.03 -
System Red Green Blue C M Y K H S L
Decimal 88 148 246 0.64 0.40 0 0.04 217.22 0.9 0.65
Hex 58 94 F6 40 28 0 4 D9 5A 41
Octal 130 224 366 100 50 0 4 331 132 101
Binary 1011000 10010100 11110110 1000000 101000 0 100 11011001 1011010 1000001

Color Harmonies of #5894F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5894F6

Black with #5894F6

Text Example


Text Example

White with #5894F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5894F6; }

 p { color: rgb(88,148,246); }

 H1.HeaderClassName
 {
   color: #5894F6;
 }
 .AnyTagClassName
 {
   color: #5894F6;
 }
</style>

background-color css

<style>
 a { background-color: #5894F6; }

 a { background-color: rgb(88,148,246); }

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

border-color css

<style>
 span { border-color: #5894F6; }

 span { border-color: rgb(88,148,246); }

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