Html Css Color HEX #5395FF Cornflower Blue

📋 copy color: '#5395FF'

red 83 ◦ green 149 ◦ blue 255

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

Shades of Cornflower Blue #5395FF

Tints of Cornflower Blue #5395FF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.6%

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

R = 17.04%
G = 30.6%
B = 52.36%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5395FF (or 0x5395FF) is known color: Cornflower Blue. HEX triplet: 53, 95 and FF. RGB value is (83,149,255). Sum of RGB (Red+Green+Blue) = 83+149+255=487 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.04% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #5395FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5395FF is #AC6A00. Grayscale: #8C8C8C. Windows color (decimal): -11299329 or 16749907. OLE color: 16749907.

HSL color Cylindrical-coordinate representation of color #5395FF: hue angle of 216.98º 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 #5395FF is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 83 149 255 -
CMYK 0.67 0.42 0 0
HSL 216.98º 1% 0.66% -
HSV(B) 216.98º 0.67% 1% -
XYZ 32.36 30.55 98.8 -
YUV 141.35 192.13 86.38 -
System Red Green Blue C M Y K H S L
Decimal 83 149 255 0.67 0.42 0 0 216.98 1 0.66
Hex 53 95 FF 43 2A 0 0 D9 64 42
Octal 123 225 377 103 52 0 0 331 144 102
Binary 1010011 10010101 11111111 1000011 101010 0 0 11011001 1100100 1000010

Color Harmonies of #5395FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5395FF

Black with #5395FF

Text Example


Text Example

White with #5395FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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