Html Css Color HEX #5195EA Cornflower Blue

📋 copy color: '#5195EA'

red 81 ◦ green 149 ◦ blue 234

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

Shades of Cornflower Blue #5195EA

Tints of Cornflower Blue #5195EA

RGB

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

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

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

R = 17.46%
G = 32.11%
B = 50.43%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5195EA (or 0x5195EA) is known color: Cornflower Blue. HEX triplet: 51, 95 and EA. RGB value is (81,149,234). Sum of RGB (Red+Green+Blue) = 81+149+234=464 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.46% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #5195EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5195EA is #AE6A15. Grayscale: #898989. Windows color (decimal): -11430422 or 15373649. OLE color: 15373649.

HSL color Cylindrical-coordinate representation of color #5195EA: hue angle of 213.33º 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 #5195EA is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 149 234 -
CMYK 0.65 0.36 0 0.08
HSL 213.33º 0.78% 0.62% -
HSV(B) 213.33º 0.65% 0.92% -
XYZ 28.99 29.18 81.95 -
YUV 138.36 181.97 87.09 -
System Red Green Blue C M Y K H S L
Decimal 81 149 234 0.65 0.36 0 0.08 213.33 0.78 0.62
Hex 51 95 EA 41 24 0 8 D5 4E 3E
Octal 121 225 352 101 44 0 10 325 116 76
Binary 1010001 10010101 11101010 1000001 100100 0 1000 11010101 1001110 111110

Color Harmonies of #5195EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5195EA

Black with #5195EA

Text Example


Text Example

White with #5195EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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