Html Css Color HEX #5387FF Cornflower Blue

📋 copy color: '#5387FF'

red 83 ◦ green 135 ◦ blue 255

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

Shades of Cornflower Blue #5387FF

Tints of Cornflower Blue #5387FF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.54%

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

R = 17.55%
G = 28.54%
B = 53.91%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5387FF (or 0x5387FF) is known color: Cornflower Blue. HEX triplet: 53, 87 and FF. RGB value is (83,135,255). Sum of RGB (Red+Green+Blue) = 83+135+255=473 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.55% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #5387FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5387FF is #AC7800. Grayscale: #848484. Windows color (decimal): -11302913 or 16746323. OLE color: 16746323.

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

Color convert

RGB 83 135 255 -
CMYK 0.67 0.47 0 0
HSL 221.86º 1% 0.66% -
HSV(B) 221.86º 0.67% 1% -
XYZ 30.28 26.39 98.1 -
YUV 133.13 196.77 92.24 -
System Red Green Blue C M Y K H S L
Decimal 83 135 255 0.67 0.47 0 0 221.86 1 0.66
Hex 53 87 FF 43 2F 0 0 DE 64 42
Octal 123 207 377 103 57 0 0 336 144 102
Binary 1010011 10000111 11111111 1000011 101111 0 0 11011110 1100100 1000010

Color Harmonies of #5387FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5387FF

Black with #5387FF

Text Example


Text Example

White with #5387FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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