Html Css Color HEX #398FDA Curious Blue

📋 copy color: '#398FDA'

red 57 ◦ green 143 ◦ blue 218

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

Shades of Curious Blue #398FDA

Tints of Curious Blue #398FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.21%

 BLUE value IS 218 (85.55% from 255) = 52.15%

R = 13.64%
G = 34.21%
B = 52.15%

CMYK

 C value IS 0.74

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#398FDA (or 0x398FDA) is known color: Curious Blue. HEX triplet: 39, 8F and DA. RGB value is (57,143,218). Sum of RGB (Red+Green+Blue) = 57+143+218=418 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.64% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #398FDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398FDA is #C67025. Grayscale: #7D7D7D. Windows color (decimal): -13004838 or 14323513. OLE color: 14323513.

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

Color convert

RGB 57 143 218 -
CMYK 0.74 0.34 0 0.15
HSL 207.95º 0.69% 0.54% -
HSV(B) 207.95º 0.74% 0.85% -
XYZ 24.16 25.58 69.99 -
YUV 125.84 180.01 78.9 -
System Red Green Blue C M Y K H S L
Decimal 57 143 218 0.74 0.34 0 0.15 207.95 0.69 0.54
Hex 39 8F DA 4A 22 0 F D0 45 36
Octal 71 217 332 112 42 0 17 320 105 66
Binary 111001 10001111 11011010 1001010 100010 0 1111 11010000 1000101 110110

Color Harmonies of #398FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398FDA

Black with #398FDA

Text Example


Text Example

White with #398FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,143,218); }

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

background-color css

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

 a { background-color: rgb(57,143,218); }

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

border-color css

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

 span { border-color: rgb(57,143,218); }

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