Html Css Color HEX #398BDB Curious Blue

📋 copy color: '#398BDB'

red 57 ◦ green 139 ◦ blue 219

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

Shades of Curious Blue #398BDB

Tints of Curious Blue #398BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.49%

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

R = 13.73%
G = 33.49%
B = 52.77%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#398BDB (or 0x398BDB) is known color: Curious Blue. HEX triplet: 39, 8B and DB. RGB value is (57,139,219). Sum of RGB (Red+Green+Blue) = 57+139+219=415 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.73% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #398BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398BDB is #C67424. Grayscale: #7B7B7B. Windows color (decimal): -13005861 or 14388025. OLE color: 14388025.

HSL color Cylindrical-coordinate representation of color #398BDB: hue angle of 209.63º 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 #398BDB is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 139 219 -
CMYK 0.74 0.37 0 0.14
HSL 209.63º 0.69% 0.54% -
HSV(B) 209.63º 0.74% 0.86% -
XYZ 23.71 24.45 70.49 -
YUV 123.6 181.83 80.5 -
System Red Green Blue C M Y K H S L
Decimal 57 139 219 0.74 0.37 0 0.14 209.63 0.69 0.54
Hex 39 8B DB 4A 25 0 E D2 45 36
Octal 71 213 333 112 45 0 16 322 105 66
Binary 111001 10001011 11011011 1001010 100101 0 1110 11010010 1000101 110110

Color Harmonies of #398BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398BDB

Black with #398BDB

Text Example


Text Example

White with #398BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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