Html Css Color HEX #398BFA Dodger Blue

📋 copy color: '#398BFA'

red 57 ◦ green 139 ◦ blue 250

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

Shades of Dodger Blue #398BFA

Tints of Dodger Blue #398BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.05%

R = 12.78%
G = 31.17%
B = 56.05%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#398BFA (or 0x398BFA) is known color: Dodger Blue. HEX triplet: 39, 8B and FA. RGB value is (57,139,250). Sum of RGB (Red+Green+Blue) = 57+139+250=446 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.78% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #398BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #398BFA is #C67405. Grayscale: #7E7E7E. Windows color (decimal): -13005830 or 16419641. OLE color: 16419641.

HSL color Cylindrical-coordinate representation of color #398BFA: hue angle of 214.51º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #398BFA is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 57 139 250 -
CMYK 0.77 0.44 0 0.02
HSL 214.51º 0.95% 0.6% -
HSV(B) 214.51º 0.77% 0.98% -
XYZ 28.18 26.24 94.02 -
YUV 127.14 197.33 77.97 -
System Red Green Blue C M Y K H S L
Decimal 57 139 250 0.77 0.44 0 0.02 214.51 0.95 0.6
Hex 39 8B FA 4D 2C 0 2 D7 5F 3C
Octal 71 213 372 115 54 0 2 327 137 74
Binary 111001 10001011 11111010 1001101 101100 0 10 11010111 1011111 111100

Color Harmonies of #398BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398BFA

Black with #398BFA

Text Example


Text Example

White with #398BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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