Html Css Color HEX #398FD8 Curious Blue

📋 copy color: '#398FD8'

red 57 ◦ green 143 ◦ blue 216

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

Shades of Curious Blue #398FD8

Tints of Curious Blue #398FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 51.92%

R = 13.7%
G = 34.38%
B = 51.92%

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

#398FD8 (or 0x398FD8) is known color: Curious Blue. HEX triplet: 39, 8F and D8. RGB value is (57,143,216). Sum of RGB (Red+Green+Blue) = 57+143+216=416 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.70% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 216 (84.77% from 255 or 51.92% from 416); Max value from RGB is 216 - color contains mainly: blue. Hex color #398FD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398FD8 is #C67027. Grayscale: #7D7D7D. Windows color (decimal): -13004840 or 14192441. OLE color: 14192441.

HSL color Cylindrical-coordinate representation of color #398FD8: hue angle of 207.55º degrees, saturation: 0.67, 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 #398FD8 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 57 143 216 -
CMYK 0.74 0.34 0 0.15
HSL 207.55º 0.67% 0.54% -
HSV(B) 207.55º 0.74% 0.85% -
XYZ 23.9 25.47 68.62 -
YUV 125.61 179.01 79.06 -
System Red Green Blue C M Y K H S L
Decimal 57 143 216 0.74 0.34 0 0.15 207.55 0.67 0.54
Hex 39 8F D8 4A 22 0 F D0 43 36
Octal 71 217 330 112 42 0 17 320 103 66
Binary 111001 10001111 11011000 1001010 100010 0 1111 11010000 1000011 110110

Color Harmonies of #398FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398FD8

Black with #398FD8

Text Example


Text Example

White with #398FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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