Html Css Color HEX #519BED Cornflower Blue

📋 copy color: '#519BED'

red 81 ◦ green 155 ◦ blue 237

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

Shades of Cornflower Blue #519BED

Tints of Cornflower Blue #519BED

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.77%

 BLUE value IS 237 (92.97% from 255) = 50.11%

R = 17.12%
G = 32.77%
B = 50.11%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#519BED (or 0x519BED) is known color: Cornflower Blue. HEX triplet: 51, 9B and ED. RGB value is (81,155,237). Sum of RGB (Red+Green+Blue) = 81+155+237=473 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.12% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #519BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519BED is #AE6412. Grayscale: #8D8D8D. Windows color (decimal): -11428883 or 15571793. OLE color: 15571793.

HSL color Cylindrical-coordinate representation of color #519BED: hue angle of 211.54º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #519BED is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 155 237 -
CMYK 0.66 0.35 0 0.07
HSL 211.54º 0.81% 0.62% -
HSV(B) 211.54º 0.66% 0.93% -
XYZ 30.4 31.31 84.56 -
YUV 142.22 181.48 84.33 -
System Red Green Blue C M Y K H S L
Decimal 81 155 237 0.66 0.35 0 0.07 211.54 0.81 0.62
Hex 51 9B ED 42 23 0 7 D4 51 3E
Octal 121 233 355 102 43 0 7 324 121 76
Binary 1010001 10011011 11101101 1000010 100011 0 111 11010100 1010001 111110

Color Harmonies of #519BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519BED

Black with #519BED

Text Example


Text Example

White with #519BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519BED; }

 p { color: rgb(81,155,237); }

 H1.HeaderClassName
 {
   color: #519BED;
 }
 .AnyTagClassName
 {
   color: #519BED;
 }
</style>

background-color css

<style>
 a { background-color: #519BED; }

 a { background-color: rgb(81,155,237); }

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

border-color css

<style>
 span { border-color: #519BED; }

 span { border-color: rgb(81,155,237); }

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