Html Css Color HEX #5098DD Picton Blue

📋 copy color: '#5098DD'

red 80 ◦ green 152 ◦ blue 221

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

Shades of Picton Blue #5098DD

Tints of Picton Blue #5098DD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.55%

 BLUE value IS 221 (86.72% from 255) = 48.79%

R = 17.66%
G = 33.55%
B = 48.79%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5098DD (or 0x5098DD) is known color: Picton Blue. HEX triplet: 50, 98 and DD. RGB value is (80,152,221). Sum of RGB (Red+Green+Blue) = 80+152+221=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #5098DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5098DD is #AF6722. Grayscale: #898989. Windows color (decimal): -11495203 or 14522448. OLE color: 14522448.

HSL color Cylindrical-coordinate representation of color #5098DD: hue angle of 209.36º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5098DD is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 152 221 -
CMYK 0.64 0.31 0 0.13
HSL 209.36º 0.67% 0.59% -
HSV(B) 209.36º 0.64% 0.87% -
XYZ 27.59 29.38 72.62 -
YUV 138.34 174.65 86.39 -
System Red Green Blue C M Y K H S L
Decimal 80 152 221 0.64 0.31 0 0.13 209.36 0.67 0.59
Hex 50 98 DD 40 1F 0 D D1 43 3B
Octal 120 230 335 100 37 0 15 321 103 73
Binary 1010000 10011000 11011101 1000000 11111 0 1101 11010001 1000011 111011

Color Harmonies of #5098DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5098DD

Black with #5098DD

Text Example


Text Example

White with #5098DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5098DD; }

 p { color: rgb(80,152,221); }

 H1.HeaderClassName
 {
   color: #5098DD;
 }
 .AnyTagClassName
 {
   color: #5098DD;
 }
</style>

background-color css

<style>
 a { background-color: #5098DD; }

 a { background-color: rgb(80,152,221); }

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

border-color css

<style>
 span { border-color: #5098DD; }

 span { border-color: rgb(80,152,221); }

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