Html Css Color HEX #5383FC Cornflower Blue

📋 copy color: '#5383FC'

red 83 ◦ green 131 ◦ blue 252

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

Shades of Cornflower Blue #5383FC

Tints of Cornflower Blue #5383FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.08%

R = 17.81%
G = 28.11%
B = 54.08%

CMYK

 C value IS 0.67

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5383FC (or 0x5383FC) is known color: Cornflower Blue. HEX triplet: 53, 83 and FC. RGB value is (83,131,252). Sum of RGB (Red+Green+Blue) = 83+131+252=466 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.81% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #5383FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5383FC is #AC7C03. Grayscale: #818181. Windows color (decimal): -11303940 or 16548691. OLE color: 16548691.

HSL color Cylindrical-coordinate representation of color #5383FC: hue angle of 222.96º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5383FC is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 131 252 -
CMYK 0.67 0.48 0 0.01
HSL 222.96º 0.97% 0.66% -
HSV(B) 222.96º 0.67% 0.99% -
XYZ 29.25 25.1 95.4 -
YUV 130.44 196.6 94.16 -
System Red Green Blue C M Y K H S L
Decimal 83 131 252 0.67 0.48 0 0.01 222.96 0.97 0.66
Hex 53 83 FC 43 30 0 1 DF 61 42
Octal 123 203 374 103 60 0 1 337 141 102
Binary 1010011 10000011 11111100 1000011 110000 0 1 11011111 1100001 1000010

Color Harmonies of #5383FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5383FC

Black with #5383FC

Text Example


Text Example

White with #5383FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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