Html Css Color HEX #398AEC Dodger Blue

📋 copy color: '#398AEC'

red 57 ◦ green 138 ◦ blue 236

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

Shades of Dodger Blue #398AEC

Tints of Dodger Blue #398AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.76%

R = 13.23%
G = 32.02%
B = 54.76%

CMYK

 C value IS 0.76

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#398AEC (or 0x398AEC) is known color: Dodger Blue. HEX triplet: 39, 8A and EC. RGB value is (57,138,236). Sum of RGB (Red+Green+Blue) = 57+138+236=431 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.23% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #398AEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #398AEC is #C67513. Grayscale: #7C7C7C. Windows color (decimal): -13006100 or 15501881. OLE color: 15501881.

HSL color Cylindrical-coordinate representation of color #398AEC: hue angle of 212.85º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #398AEC is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 57 138 236 -
CMYK 0.76 0.42 0 0.07
HSL 212.85º 0.82% 0.57% -
HSV(B) 212.85º 0.76% 0.93% -
XYZ 25.92 25.1 82.84 -
YUV 124.95 190.66 79.53 -
System Red Green Blue C M Y K H S L
Decimal 57 138 236 0.76 0.42 0 0.07 212.85 0.82 0.57
Hex 39 8A EC 4C 2A 0 7 D5 52 39
Octal 71 212 354 114 52 0 7 325 122 71
Binary 111001 10001010 11101100 1001100 101010 0 111 11010101 1010010 111001

Color Harmonies of #398AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398AEC

Black with #398AEC

Text Example


Text Example

White with #398AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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