Html Css Color HEX #5298DD Picton Blue

📋 copy color: '#5298DD'

red 82 ◦ green 152 ◦ blue 221

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

Shades of Picton Blue #5298DD

Tints of Picton Blue #5298DD

RGB

 RED value IS 82 (32.42% from 255) = 18.02%

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

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

R = 18.02%
G = 33.41%
B = 48.57%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5298DD (or 0x5298DD) is known color: Picton Blue. HEX triplet: 52, 98 and DD. RGB value is (82,152,221). Sum of RGB (Red+Green+Blue) = 82+152+221=455 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.02% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #5298DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5298DD is #AD6722. Grayscale: #8A8A8A. Windows color (decimal): -11364131 or 14522450. OLE color: 14522450.

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

Color convert

RGB 82 152 221 -
CMYK 0.63 0.31 0 0.13
HSL 209.78º 0.67% 0.59% -
HSV(B) 209.78º 0.63% 0.87% -
XYZ 27.76 29.47 72.63 -
YUV 138.94 174.31 87.39 -
System Red Green Blue C M Y K H S L
Decimal 82 152 221 0.63 0.31 0 0.13 209.78 0.67 0.59
Hex 52 98 DD 3F 1F 0 D D2 43 3B
Octal 122 230 335 77 37 0 15 322 103 73
Binary 1010010 10011000 11011101 111111 11111 0 1101 11010010 1000011 111011

Color Harmonies of #5298DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5298DD

Black with #5298DD

Text Example


Text Example

White with #5298DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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