Html Css Color HEX #518FEA Cornflower Blue

📋 copy color: '#518FEA'

red 81 ◦ green 143 ◦ blue 234

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

Shades of Cornflower Blue #518FEA

Tints of Cornflower Blue #518FEA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.22%

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

R = 17.69%
G = 31.22%
B = 51.09%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#518FEA (or 0x518FEA) is known color: Cornflower Blue. HEX triplet: 51, 8F and EA. RGB value is (81,143,234). Sum of RGB (Red+Green+Blue) = 81+143+234=458 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.69% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #518FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518FEA is #AE7015. Grayscale: #868686. Windows color (decimal): -11431958 or 15372113. OLE color: 15372113.

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

Color convert

RGB 81 143 234 -
CMYK 0.65 0.39 0 0.08
HSL 215.69º 0.78% 0.62% -
HSV(B) 215.69º 0.65% 0.92% -
XYZ 28.07 27.33 81.64 -
YUV 134.84 183.96 89.6 -
System Red Green Blue C M Y K H S L
Decimal 81 143 234 0.65 0.39 0 0.08 215.69 0.78 0.62
Hex 51 8F EA 41 27 0 8 D8 4E 3E
Octal 121 217 352 101 47 0 10 330 116 76
Binary 1010001 10001111 11101010 1000001 100111 0 1000 11011000 1001110 111110

Color Harmonies of #518FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518FEA

Black with #518FEA

Text Example


Text Example

White with #518FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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