Html Css Color HEX #5683EA Cornflower Blue

📋 copy color: '#5683EA'

red 86 ◦ green 131 ◦ blue 234

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

Shades of Cornflower Blue #5683EA

Tints of Cornflower Blue #5683EA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.05%

 BLUE value IS 234 (91.8% from 255) = 51.88%

R = 19.07%
G = 29.05%
B = 51.88%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5683EA (or 0x5683EA) is known color: Cornflower Blue. HEX triplet: 56, 83 and EA. RGB value is (86,131,234). Sum of RGB (Red+Green+Blue) = 86+131+234=451 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.07% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #5683EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5683EA is #A97C15. Grayscale: #808080. Windows color (decimal): -11107350 or 15369046. OLE color: 15369046.

HSL color Cylindrical-coordinate representation of color #5683EA: hue angle of 221.76º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5683EA is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 86 131 234 -
CMYK 0.63 0.44 0 0.08
HSL 221.76º 0.78% 0.63% -
HSV(B) 221.76º 0.63% 0.92% -
XYZ 26.81 24.15 81.09 -
YUV 129.29 187.09 97.12 -
System Red Green Blue C M Y K H S L
Decimal 86 131 234 0.63 0.44 0 0.08 221.76 0.78 0.63
Hex 56 83 EA 3F 2C 0 8 DE 4E 3F
Octal 126 203 352 77 54 0 10 336 116 77
Binary 1010110 10000011 11101010 111111 101100 0 1000 11011110 1001110 111111

Color Harmonies of #5683EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5683EA

Black with #5683EA

Text Example


Text Example

White with #5683EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5683EA; }

 p { color: rgb(86,131,234); }

 H1.HeaderClassName
 {
   color: #5683EA;
 }
 .AnyTagClassName
 {
   color: #5683EA;
 }
</style>

background-color css

<style>
 a { background-color: #5683EA; }

 a { background-color: rgb(86,131,234); }

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

border-color css

<style>
 span { border-color: #5683EA; }

 span { border-color: rgb(86,131,234); }

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