Html Css Color HEX #518FE4 Cornflower Blue

📋 copy color: '#518FE4'

red 81 ◦ green 143 ◦ blue 228

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

Shades of Cornflower Blue #518FE4

Tints of Cornflower Blue #518FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 50.44%

R = 17.92%
G = 31.64%
B = 50.44%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#518FE4 (or 0x518FE4) is known color: Cornflower Blue. HEX triplet: 51, 8F and E4. RGB value is (81,143,228). Sum of RGB (Red+Green+Blue) = 81+143+228=452 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.92% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 228 (89.45% from 255 or 50.44% from 452); Max value from RGB is 228 - color contains mainly: blue. Hex color #518FE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518FE4 is #AE701B. Grayscale: #858585. Windows color (decimal): -11431964 or 14978897. OLE color: 14978897.

HSL color Cylindrical-coordinate representation of color #518FE4: hue angle of 214.69º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #518FE4 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 81 143 228 -
CMYK 0.64 0.37 0 0.11
HSL 214.69º 0.73% 0.61% -
HSV(B) 214.69º 0.64% 0.89% -
XYZ 27.22 27 77.17 -
YUV 134.15 180.96 90.09 -
System Red Green Blue C M Y K H S L
Decimal 81 143 228 0.64 0.37 0 0.11 214.69 0.73 0.61
Hex 51 8F E4 40 25 0 B D7 49 3D
Octal 121 217 344 100 45 0 13 327 111 75
Binary 1010001 10001111 11100100 1000000 100101 0 1011 11010111 1001001 111101

Color Harmonies of #518FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518FE4

Black with #518FE4

Text Example


Text Example

White with #518FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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