Html Css Color HEX #5681FE Cornflower Blue

📋 copy color: '#5681FE'

red 86 ◦ green 129 ◦ blue 254

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

Shades of Cornflower Blue #5681FE

Tints of Cornflower Blue #5681FE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.51%

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

R = 18.34%
G = 27.51%
B = 54.16%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5681FE (or 0x5681FE) is known color: Cornflower Blue. HEX triplet: 56, 81 and FE. RGB value is (86,129,254). Sum of RGB (Red+Green+Blue) = 86+129+254=469 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.34% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #5681FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5681FE is #A97E01. Grayscale: #818181. Windows color (decimal): -11107842 or 16679254. OLE color: 16679254.

HSL color Cylindrical-coordinate representation of color #5681FE: hue angle of 224.64º 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 #5681FE is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 86 129 254 -
CMYK 0.66 0.49 0 0.00
HSL 224.64º 0.99% 0.67% -
HSV(B) 224.64º 0.66% 1% -
XYZ 29.58 24.83 97 -
YUV 130.39 197.75 96.34 -
System Red Green Blue C M Y K H S L
Decimal 86 129 254 0.66 0.49 0 0.00 224.64 0.99 0.67
Hex 56 81 FE 42 31 0 0 E1 63 43
Octal 126 201 376 102 61 0 0 341 143 103
Binary 1010110 10000001 11111110 1000010 110001 0 0 11100001 1100011 1000011

Color Harmonies of #5681FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5681FE

Black with #5681FE

Text Example


Text Example

White with #5681FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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