Html Css Color HEX #5185EA Cornflower Blue

📋 copy color: '#5185EA'

red 81 ◦ green 133 ◦ blue 234

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

Shades of Cornflower Blue #5185EA

Tints of Cornflower Blue #5185EA

RGB

 RED value IS 81 (32.03% from 255) = 18.08%

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

 BLUE value IS 234 (91.8% from 255) = 52.23%

R = 18.08%
G = 29.69%
B = 52.23%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5185EA (or 0x5185EA) is known color: Cornflower Blue. HEX triplet: 51, 85 and EA. RGB value is (81,133,234). Sum of RGB (Red+Green+Blue) = 81+133+234=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #5185EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5185EA is #AE7A15. Grayscale: #808080. Windows color (decimal): -11434518 or 15369553. OLE color: 15369553.

HSL color Cylindrical-coordinate representation of color #5185EA: hue angle of 219.61º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5185EA is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 133 234 -
CMYK 0.65 0.43 0 0.08
HSL 219.61º 0.78% 0.62% -
HSV(B) 219.61º 0.65% 0.92% -
XYZ 26.63 24.46 81.16 -
YUV 128.97 187.27 93.79 -
System Red Green Blue C M Y K H S L
Decimal 81 133 234 0.65 0.43 0 0.08 219.61 0.78 0.62
Hex 51 85 EA 41 2B 0 8 DC 4E 3E
Octal 121 205 352 101 53 0 10 334 116 76
Binary 1010001 10000101 11101010 1000001 101011 0 1000 11011100 1001110 111110

Color Harmonies of #5185EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5185EA

Black with #5185EA

Text Example


Text Example

White with #5185EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5185EA; }

 p { color: rgb(81,133,234); }

 H1.HeaderClassName
 {
   color: #5185EA;
 }
 .AnyTagClassName
 {
   color: #5185EA;
 }
</style>

background-color css

<style>
 a { background-color: #5185EA; }

 a { background-color: rgb(81,133,234); }

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

border-color css

<style>
 span { border-color: #5185EA; }

 span { border-color: rgb(81,133,234); }

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