Html Css Color HEX #5287FF Cornflower Blue

📋 copy color: '#5287FF'

red 82 ◦ green 135 ◦ blue 255

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

Shades of Cornflower Blue #5287FF

Tints of Cornflower Blue #5287FF

RGB

 RED value IS 82 (32.42% from 255) = 17.37%

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

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

R = 17.37%
G = 28.6%
B = 54.03%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5287FF (or 0x5287FF) is known color: Cornflower Blue. HEX triplet: 52, 87 and FF. RGB value is (82,135,255). Sum of RGB (Red+Green+Blue) = 82+135+255=472 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.37% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #5287FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5287FF is #AD7800. Grayscale: #848484. Windows color (decimal): -11368449 or 16746322. OLE color: 16746322.

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

Color convert

RGB 82 135 255 -
CMYK 0.68 0.47 0 0
HSL 221.62º 1% 0.66% -
HSV(B) 221.62º 0.68% 1% -
XYZ 30.19 26.34 98.1 -
YUV 132.83 196.94 91.74 -
System Red Green Blue C M Y K H S L
Decimal 82 135 255 0.68 0.47 0 0 221.62 1 0.66
Hex 52 87 FF 44 2F 0 0 DE 64 42
Octal 122 207 377 104 57 0 0 336 144 102
Binary 1010010 10000111 11111111 1000100 101111 0 0 11011110 1100100 1000010

Color Harmonies of #5287FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5287FF

Black with #5287FF

Text Example


Text Example

White with #5287FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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