Html Css Color HEX #338ADD Curious Blue

📋 copy color: '#338ADD'

red 51 ◦ green 138 ◦ blue 221

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

Shades of Curious Blue #338ADD

Tints of Curious Blue #338ADD

RGB

 RED value IS 51 (20.31% from 255) = 12.44%

 GREEN value IS 138 (54.3% from 255) = 33.66%

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

R = 12.44%
G = 33.66%
B = 53.9%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#338ADD (or 0x338ADD) is known color: Curious Blue. HEX triplet: 33, 8A and DD. RGB value is (51,138,221). Sum of RGB (Red+Green+Blue) = 51+138+221=410 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.44% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #338ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338ADD is #CC7522. Grayscale: #797979. Windows color (decimal): -13399331 or 14518835. OLE color: 14518835.

HSL color Cylindrical-coordinate representation of color #338ADD: hue angle of 209.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #338ADD is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 138 221 -
CMYK 0.77 0.38 0 0.13
HSL 209.29º 0.71% 0.53% -
HSV(B) 209.29º 0.77% 0.87% -
XYZ 23.5 24.1 71.82 -
YUV 121.45 184.18 77.75 -
System Red Green Blue C M Y K H S L
Decimal 51 138 221 0.77 0.38 0 0.13 209.29 0.71 0.53
Hex 33 8A DD 4D 26 0 D D1 47 35
Octal 63 212 335 115 46 0 15 321 107 65
Binary 110011 10001010 11011101 1001101 100110 0 1101 11010001 1000111 110101

Color Harmonies of #338ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338ADD

Black with #338ADD

Text Example


Text Example

White with #338ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338ADD; }

 p { color: rgb(51,138,221); }

 H1.HeaderClassName
 {
   color: #338ADD;
 }
 .AnyTagClassName
 {
   color: #338ADD;
 }
</style>

background-color css

<style>
 a { background-color: #338ADD; }

 a { background-color: rgb(51,138,221); }

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

border-color css

<style>
 span { border-color: #338ADD; }

 span { border-color: rgb(51,138,221); }

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