Html Css Color HEX #518BEA Cornflower Blue

📋 copy color: '#518BEA'

red 81 ◦ green 139 ◦ blue 234

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

Shades of Cornflower Blue #518BEA

Tints of Cornflower Blue #518BEA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.62%

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

R = 17.84%
G = 30.62%
B = 51.54%

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

#518BEA (or 0x518BEA) is known color: Cornflower Blue. HEX triplet: 51, 8B and EA. RGB value is (81,139,234). Sum of RGB (Red+Green+Blue) = 81+139+234=454 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.84% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #518BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518BEA is #AE7415. Grayscale: #848484. Windows color (decimal): -11432982 or 15371089. OLE color: 15371089.

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

Color convert

RGB 81 139 234 -
CMYK 0.65 0.41 0 0.08
HSL 217.25º 0.78% 0.62% -
HSV(B) 217.25º 0.65% 0.92% -
XYZ 27.48 26.16 81.44 -
YUV 132.49 185.28 91.28 -
System Red Green Blue C M Y K H S L
Decimal 81 139 234 0.65 0.41 0 0.08 217.25 0.78 0.62
Hex 51 8B EA 41 29 0 8 D9 4E 3E
Octal 121 213 352 101 51 0 10 331 116 76
Binary 1010001 10001011 11101010 1000001 101001 0 1000 11011001 1001110 111110

Color Harmonies of #518BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518BEA

Black with #518BEA

Text Example


Text Example

White with #518BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518BEA; }

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

 H1.HeaderClassName
 {
   color: #518BEA;
 }
 .AnyTagClassName
 {
   color: #518BEA;
 }
</style>

background-color css

<style>
 a { background-color: #518BEA; }

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

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

border-color css

<style>
 span { border-color: #518BEA; }

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

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