Html Css Color HEX #5396FF Cornflower Blue

📋 copy color: '#5396FF'

red 83 ◦ green 150 ◦ blue 255

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

Shades of Cornflower Blue #5396FF

Tints of Cornflower Blue #5396FF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.74%

 BLUE value IS 255 (100% from 255) = 52.25%

R = 17.01%
G = 30.74%
B = 52.25%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5396FF (or 0x5396FF) is known color: Cornflower Blue. HEX triplet: 53, 96 and FF. RGB value is (83,150,255). Sum of RGB (Red+Green+Blue) = 83+150+255=488 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.01% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #5396FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5396FF is #AC6900. Grayscale: #8D8D8D. Windows color (decimal): -11299073 or 16750163. OLE color: 16750163.

HSL color Cylindrical-coordinate representation of color #5396FF: hue angle of 216.63º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5396FF is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 83 150 255 -
CMYK 0.67 0.41 0 0
HSL 216.63º 1% 0.66% -
HSV(B) 216.63º 0.67% 1% -
XYZ 32.52 30.87 98.85 -
YUV 141.94 191.8 85.96 -
System Red Green Blue C M Y K H S L
Decimal 83 150 255 0.67 0.41 0 0 216.63 1 0.66
Hex 53 96 FF 43 29 0 0 D9 64 42
Octal 123 226 377 103 51 0 0 331 144 102
Binary 1010011 10010110 11111111 1000011 101001 0 0 11011001 1100100 1000010

Color Harmonies of #5396FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5396FF

Black with #5396FF

Text Example


Text Example

White with #5396FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5396FF; }

 p { color: rgb(83,150,255); }

 H1.HeaderClassName
 {
   color: #5396FF;
 }
 .AnyTagClassName
 {
   color: #5396FF;
 }
</style>

background-color css

<style>
 a { background-color: #5396FF; }

 a { background-color: rgb(83,150,255); }

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

border-color css

<style>
 span { border-color: #5396FF; }

 span { border-color: rgb(83,150,255); }

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