Html Css Color HEX #398FFA Dodger Blue

📋 copy color: '#398FFA'

red 57 ◦ green 143 ◦ blue 250

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

Shades of Dodger Blue #398FFA

Tints of Dodger Blue #398FFA

RGB

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

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

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

R = 12.67%
G = 31.78%
B = 55.56%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#398FFA (or 0x398FFA) is known color: Dodger Blue. HEX triplet: 39, 8F and FA. RGB value is (57,143,250). Sum of RGB (Red+Green+Blue) = 57+143+250=450 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.67% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #398FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #398FFA is #C67005. Grayscale: #808080. Windows color (decimal): -13004806 or 16420665. OLE color: 16420665.

HSL color Cylindrical-coordinate representation of color #398FFA: hue angle of 213.26º 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 #398FFA is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 57 143 250 -
CMYK 0.77 0.43 0 0.02
HSL 213.26º 0.95% 0.6% -
HSV(B) 213.26º 0.77% 0.98% -
XYZ 28.77 27.42 94.22 -
YUV 129.48 196.01 76.3 -
System Red Green Blue C M Y K H S L
Decimal 57 143 250 0.77 0.43 0 0.02 213.26 0.95 0.6
Hex 39 8F FA 4D 2B 0 2 D5 5F 3C
Octal 71 217 372 115 53 0 2 325 137 74
Binary 111001 10001111 11111010 1001101 101011 0 10 11010101 1011111 111100

Color Harmonies of #398FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398FFA

Black with #398FFA

Text Example


Text Example

White with #398FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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