Html Css Color HEX #5383EB Cornflower Blue

📋 copy color: '#5383EB'

red 83 ◦ green 131 ◦ blue 235

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

Shades of Cornflower Blue #5383EB

Tints of Cornflower Blue #5383EB

RGB

 RED value IS 83 (32.81% from 255) = 18.49%

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

 BLUE value IS 235 (92.19% from 255) = 52.34%

R = 18.49%
G = 29.18%
B = 52.34%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5383EB (or 0x5383EB) is known color: Cornflower Blue. HEX triplet: 53, 83 and EB. RGB value is (83,131,235). Sum of RGB (Red+Green+Blue) = 83+131+235=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #5383EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5383EB is #AC7C14. Grayscale: #808080. Windows color (decimal): -11303957 or 15434579. OLE color: 15434579.

HSL color Cylindrical-coordinate representation of color #5383EB: hue angle of 221.05º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5383EB is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 131 235 -
CMYK 0.65 0.44 0 0.08
HSL 221.05º 0.79% 0.62% -
HSV(B) 221.05º 0.65% 0.92% -
XYZ 26.68 24.07 81.84 -
YUV 128.5 188.1 95.54 -
System Red Green Blue C M Y K H S L
Decimal 83 131 235 0.65 0.44 0 0.08 221.05 0.79 0.62
Hex 53 83 EB 41 2C 0 8 DD 4F 3E
Octal 123 203 353 101 54 0 10 335 117 76
Binary 1010011 10000011 11101011 1000001 101100 0 1000 11011101 1001111 111110

Color Harmonies of #5383EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5383EB

Black with #5383EB

Text Example


Text Example

White with #5383EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5383EB; }

 p { color: rgb(83,131,235); }

 H1.HeaderClassName
 {
   color: #5383EB;
 }
 .AnyTagClassName
 {
   color: #5383EB;
 }
</style>

background-color css

<style>
 a { background-color: #5383EB; }

 a { background-color: rgb(83,131,235); }

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

border-color css

<style>
 span { border-color: #5383EB; }

 span { border-color: rgb(83,131,235); }

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