Html Css Color HEX #50ABFF Cornflower Blue

📋 copy color: '#50ABFF'

red 80 ◦ green 171 ◦ blue 255

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

Shades of Cornflower Blue #50ABFF

Tints of Cornflower Blue #50ABFF

RGB

 RED value IS 80 (31.64% from 255) = 15.81%

 GREEN value IS 171 (67.19% from 255) = 33.79%

 BLUE value IS 255 (100% from 255) = 50.4%

R = 15.81%
G = 33.79%
B = 50.4%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#50ABFF (or 0x50ABFF) is known color: Cornflower Blue. HEX triplet: 50, AB and FF. RGB value is (80,171,255). Sum of RGB (Red+Green+Blue) = 80+171+255=506 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.81% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #50ABFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50ABFF is #AF5400. Grayscale: #989898. Windows color (decimal): -11490305 or 16755536. OLE color: 16755536.

HSL color Cylindrical-coordinate representation of color #50ABFF: hue angle of 208.8º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50ABFF is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 171 255 -
CMYK 0.69 0.33 0 0
HSL 208.8º 1% 0.66% -
HSV(B) 208.8º 0.69% 1% -
XYZ 35.92 38.05 100.06 -
YUV 153.37 185.35 75.67 -
System Red Green Blue C M Y K H S L
Decimal 80 171 255 0.69 0.33 0 0 208.8 1 0.66
Hex 50 AB FF 45 21 0 0 D1 64 42
Octal 120 253 377 105 41 0 0 321 144 102
Binary 1010000 10101011 11111111 1000101 100001 0 0 11010001 1100100 1000010

Color Harmonies of #50ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ABFF

Black with #50ABFF

Text Example


Text Example

White with #50ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50ABFF; }

 p { color: rgb(80,171,255); }

 H1.HeaderClassName
 {
   color: #50ABFF;
 }
 .AnyTagClassName
 {
   color: #50ABFF;
 }
</style>

background-color css

<style>
 a { background-color: #50ABFF; }

 a { background-color: rgb(80,171,255); }

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

border-color css

<style>
 span { border-color: #50ABFF; }

 span { border-color: rgb(80,171,255); }

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