Html Css Color HEX #5285E9 Cornflower Blue

📋 copy color: '#5285E9'

red 82 ◦ green 133 ◦ blue 233

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

Shades of Cornflower Blue #5285E9

Tints of Cornflower Blue #5285E9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.69%

 BLUE value IS 233 (91.41% from 255) = 52.01%

R = 18.3%
G = 29.69%
B = 52.01%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5285E9 (or 0x5285E9) is known color: Cornflower Blue. HEX triplet: 52, 85 and E9. RGB value is (82,133,233). Sum of RGB (Red+Green+Blue) = 82+133+233=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 233 (91.41% from 255 or 52.01% from 448); Max value from RGB is 233 - color contains mainly: blue. Hex color #5285E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5285E9 is #AD7A16. Grayscale: #808080. Windows color (decimal): -11368983 or 15304018. OLE color: 15304018.

HSL color Cylindrical-coordinate representation of color #5285E9: hue angle of 219.74º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5285E9 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 133 233 -
CMYK 0.65 0.43 0 0.09
HSL 219.74º 0.77% 0.62% -
HSV(B) 219.74º 0.65% 0.91% -
XYZ 26.58 24.45 80.41 -
YUV 129.15 186.6 94.37 -
System Red Green Blue C M Y K H S L
Decimal 82 133 233 0.65 0.43 0 0.09 219.74 0.77 0.62
Hex 52 85 E9 41 2B 0 9 DC 4D 3E
Octal 122 205 351 101 53 0 11 334 115 76
Binary 1010010 10000101 11101001 1000001 101011 0 1001 11011100 1001101 111110

Color Harmonies of #5285E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5285E9

Black with #5285E9

Text Example


Text Example

White with #5285E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5285E9; }

 p { color: rgb(82,133,233); }

 H1.HeaderClassName
 {
   color: #5285E9;
 }
 .AnyTagClassName
 {
   color: #5285E9;
 }
</style>

background-color css

<style>
 a { background-color: #5285E9; }

 a { background-color: rgb(82,133,233); }

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

border-color css

<style>
 span { border-color: #5285E9; }

 span { border-color: rgb(82,133,233); }

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