Html Css Color HEX #5682FE Cornflower Blue

📋 copy color: '#5682FE'

red 86 ◦ green 130 ◦ blue 254

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

Shades of Cornflower Blue #5682FE

Tints of Cornflower Blue #5682FE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.66%

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

R = 18.3%
G = 27.66%
B = 54.04%

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

#5682FE (or 0x5682FE) is known color: Cornflower Blue. HEX triplet: 56, 82 and FE. RGB value is (86,130,254). Sum of RGB (Red+Green+Blue) = 86+130+254=470 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.30% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #5682FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5682FE is #A97D01. Grayscale: #828282. Windows color (decimal): -11107586 or 16679510. OLE color: 16679510.

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

Color convert

RGB 86 130 254 -
CMYK 0.66 0.49 0 0.00
HSL 224.29º 0.99% 0.67% -
HSV(B) 224.29º 0.66% 1% -
XYZ 29.71 25.1 97.04 -
YUV 130.98 197.42 95.92 -
System Red Green Blue C M Y K H S L
Decimal 86 130 254 0.66 0.49 0 0.00 224.29 0.99 0.67
Hex 56 82 FE 42 31 0 0 E0 63 43
Octal 126 202 376 102 61 0 0 340 143 103
Binary 1010110 10000010 11111110 1000010 110001 0 0 11100000 1100011 1000011

Color Harmonies of #5682FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5682FE

Black with #5682FE

Text Example


Text Example

White with #5682FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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