Html Css Color HEX #398DDB Curious Blue

📋 copy color: '#398DDB'

red 57 ◦ green 141 ◦ blue 219

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

Shades of Curious Blue #398DDB

Tints of Curious Blue #398DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.81%

 BLUE value IS 219 (85.94% from 255) = 52.52%

R = 13.67%
G = 33.81%
B = 52.52%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#398DDB (or 0x398DDB) is known color: Curious Blue. HEX triplet: 39, 8D and DB. RGB value is (57,141,219). Sum of RGB (Red+Green+Blue) = 57+141+219=417 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.67% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #398DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398DDB is #C67224. Grayscale: #7C7C7C. Windows color (decimal): -13005349 or 14388537. OLE color: 14388537.

HSL color Cylindrical-coordinate representation of color #398DDB: hue angle of 208.89º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #398DDB is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 141 219 -
CMYK 0.74 0.36 0 0.14
HSL 208.89º 0.69% 0.54% -
HSV(B) 208.89º 0.74% 0.86% -
XYZ 24 25.03 70.59 -
YUV 124.78 181.17 79.66 -
System Red Green Blue C M Y K H S L
Decimal 57 141 219 0.74 0.36 0 0.14 208.89 0.69 0.54
Hex 39 8D DB 4A 24 0 E D1 45 36
Octal 71 215 333 112 44 0 16 321 105 66
Binary 111001 10001101 11011011 1001010 100100 0 1110 11010001 1000101 110110

Color Harmonies of #398DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398DDB

Black with #398DDB

Text Example


Text Example

White with #398DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,141,219); }

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

background-color css

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

 a { background-color: rgb(57,141,219); }

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

border-color css

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

 span { border-color: rgb(57,141,219); }

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