Html Css Color HEX #5683FB Cornflower Blue

📋 copy color: '#5683FB'

red 86 ◦ green 131 ◦ blue 251

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

Shades of Cornflower Blue #5683FB

Tints of Cornflower Blue #5683FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.63%

R = 18.38%
G = 27.99%
B = 53.63%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5683FB (or 0x5683FB) is known color: Cornflower Blue. HEX triplet: 56, 83 and FB. RGB value is (86,131,251). Sum of RGB (Red+Green+Blue) = 86+131+251=468 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.38% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #5683FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5683FB is #A97C04. Grayscale: #828282. Windows color (decimal): -11107333 or 16483158. OLE color: 16483158.

HSL color Cylindrical-coordinate representation of color #5683FB: hue angle of 223.64º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5683FB is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 86 131 251 -
CMYK 0.66 0.48 0 0.02
HSL 223.64º 0.95% 0.66% -
HSV(B) 223.64º 0.66% 0.98% -
XYZ 29.37 25.18 94.58 -
YUV 131.23 195.59 95.74 -
System Red Green Blue C M Y K H S L
Decimal 86 131 251 0.66 0.48 0 0.02 223.64 0.95 0.66
Hex 56 83 FB 42 30 0 2 E0 5F 42
Octal 126 203 373 102 60 0 2 340 137 102
Binary 1010110 10000011 11111011 1000010 110000 0 10 11100000 1011111 1000010

Color Harmonies of #5683FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5683FB

Black with #5683FB

Text Example


Text Example

White with #5683FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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