Html Css Color HEX #398ADD Curious Blue

📋 copy color: '#398ADD'

red 57 ◦ green 138 ◦ blue 221

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

Shades of Curious Blue #398ADD

Tints of Curious Blue #398ADD

RGB

 RED value IS 57 (22.66% from 255) = 13.7%

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

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

R = 13.7%
G = 33.17%
B = 53.13%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#398ADD (or 0x398ADD) is known color: Curious Blue. HEX triplet: 39, 8A and DD. RGB value is (57,138,221). Sum of RGB (Red+Green+Blue) = 57+138+221=416 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.70% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #398ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398ADD is #C67522. Grayscale: #7A7A7A. Windows color (decimal): -13006115 or 14518841. OLE color: 14518841.

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

Color convert

RGB 57 138 221 -
CMYK 0.74 0.38 0 0.13
HSL 210.37º 0.71% 0.55% -
HSV(B) 210.37º 0.74% 0.87% -
XYZ 23.83 24.27 71.83 -
YUV 123.24 183.16 80.75 -
System Red Green Blue C M Y K H S L
Decimal 57 138 221 0.74 0.38 0 0.13 210.37 0.71 0.55
Hex 39 8A DD 4A 26 0 D D2 47 37
Octal 71 212 335 112 46 0 15 322 107 67
Binary 111001 10001010 11011101 1001010 100110 0 1101 11010010 1000111 110111

Color Harmonies of #398ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398ADD

Black with #398ADD

Text Example


Text Example

White with #398ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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