Html Css Color HEX #5189EA Cornflower Blue

📋 copy color: '#5189EA'

red 81 ◦ green 137 ◦ blue 234

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

Shades of Cornflower Blue #5189EA

Tints of Cornflower Blue #5189EA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.31%

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

R = 17.92%
G = 30.31%
B = 51.77%

CMYK

 C value IS 0.65

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5189EA (or 0x5189EA) is known color: Cornflower Blue. HEX triplet: 51, 89 and EA. RGB value is (81,137,234). Sum of RGB (Red+Green+Blue) = 81+137+234=452 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.92% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #5189EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5189EA is #AE7615. Grayscale: #828282. Windows color (decimal): -11433494 or 15370577. OLE color: 15370577.

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

Color convert

RGB 81 137 234 -
CMYK 0.65 0.41 0 0.08
HSL 218.04º 0.78% 0.62% -
HSV(B) 218.04º 0.65% 0.92% -
XYZ 27.19 25.58 81.35 -
YUV 131.31 185.95 92.11 -
System Red Green Blue C M Y K H S L
Decimal 81 137 234 0.65 0.41 0 0.08 218.04 0.78 0.62
Hex 51 89 EA 41 29 0 8 DA 4E 3E
Octal 121 211 352 101 51 0 10 332 116 76
Binary 1010001 10001001 11101010 1000001 101001 0 1000 11011010 1001110 111110

Color Harmonies of #5189EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5189EA

Black with #5189EA

Text Example


Text Example

White with #5189EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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