Html Css Color HEX #519AFB Cornflower Blue

📋 copy color: '#519AFB'

red 81 ◦ green 154 ◦ blue 251

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

Shades of Cornflower Blue #519AFB

Tints of Cornflower Blue #519AFB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.69%

 BLUE value IS 251 (98.44% from 255) = 51.65%

R = 16.67%
G = 31.69%
B = 51.65%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#519AFB (or 0x519AFB) is known color: Cornflower Blue. HEX triplet: 51, 9A and FB. RGB value is (81,154,251). Sum of RGB (Red+Green+Blue) = 81+154+251=486 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.67% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #519AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519AFB is #AE6504. Grayscale: #8E8E8E. Windows color (decimal): -11429125 or 16489041. OLE color: 16489041.

HSL color Cylindrical-coordinate representation of color #519AFB: hue angle of 214.24º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #519AFB is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 154 251 -
CMYK 0.68 0.39 0 0.02
HSL 214.24º 0.96% 0.65% -
HSV(B) 214.24º 0.68% 0.98% -
XYZ 32.36 31.83 95.7 -
YUV 143.23 188.82 83.61 -
System Red Green Blue C M Y K H S L
Decimal 81 154 251 0.68 0.39 0 0.02 214.24 0.96 0.65
Hex 51 9A FB 44 27 0 2 D6 60 41
Octal 121 232 373 104 47 0 2 326 140 101
Binary 1010001 10011010 11111011 1000100 100111 0 10 11010110 1100000 1000001

Color Harmonies of #519AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519AFB

Black with #519AFB

Text Example


Text Example

White with #519AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,154,251); }

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

background-color css

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

 a { background-color: rgb(81,154,251); }

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

border-color css

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

 span { border-color: rgb(81,154,251); }

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