Html Css Color HEX #398CE1 Dodger Blue

📋 copy color: '#398CE1'

red 57 ◦ green 140 ◦ blue 225

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

Shades of Dodger Blue #398CE1

Tints of Dodger Blue #398CE1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.18%

 BLUE value IS 225 (88.28% from 255) = 53.32%

R = 13.51%
G = 33.18%
B = 53.32%

CMYK

 C value IS 0.75

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#398CE1 (or 0x398CE1) is known color: Dodger Blue. HEX triplet: 39, 8C and E1. RGB value is (57,140,225). Sum of RGB (Red+Green+Blue) = 57+140+225=422 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.51% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 225 (88.28% from 255 or 53.32% from 422); Max value from RGB is 225 - color contains mainly: blue. Hex color #398CE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398CE1 is #C6731E. Grayscale: #7C7C7C. Windows color (decimal): -13005599 or 14781497. OLE color: 14781497.

HSL color Cylindrical-coordinate representation of color #398CE1: hue angle of 210.36º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #398CE1 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 57 140 225 -
CMYK 0.75 0.38 0 0.12
HSL 210.36º 0.74% 0.55% -
HSV(B) 210.36º 0.75% 0.88% -
XYZ 24.66 25.06 74.77 -
YUV 124.87 184.5 79.59 -
System Red Green Blue C M Y K H S L
Decimal 57 140 225 0.75 0.38 0 0.12 210.36 0.74 0.55
Hex 39 8C E1 4B 26 0 C D2 4A 37
Octal 71 214 341 113 46 0 14 322 112 67
Binary 111001 10001100 11100001 1001011 100110 0 1100 11010010 1001010 110111

Color Harmonies of #398CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398CE1

Black with #398CE1

Text Example


Text Example

White with #398CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,140,225); }

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

background-color css

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

 a { background-color: rgb(57,140,225); }

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

border-color css

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

 span { border-color: rgb(57,140,225); }

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