Html Css Color HEX #399BF2 Dodger Blue

📋 copy color: '#399BF2'

red 57 ◦ green 155 ◦ blue 242

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

Shades of Dodger Blue #399BF2

Tints of Dodger Blue #399BF2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.14%

 BLUE value IS 242 (94.92% from 255) = 53.3%

R = 12.56%
G = 34.14%
B = 53.3%

CMYK

 C value IS 0.76

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#399BF2 (or 0x399BF2) is known color: Dodger Blue. HEX triplet: 39, 9B and F2. RGB value is (57,155,242). Sum of RGB (Red+Green+Blue) = 57+155+242=454 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.56% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 242 (94.92% from 255 or 53.30% from 454); Max value from RGB is 242 - color contains mainly: blue. Hex color #399BF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #399BF2 is #C6640D. Grayscale: #878787. Windows color (decimal): -13001742 or 15899449. OLE color: 15899449.

HSL color Cylindrical-coordinate representation of color #399BF2: hue angle of 208.22º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #399BF2 is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 57 155 242 -
CMYK 0.76 0.36 0 0.05
HSL 208.22º 0.88% 0.59% -
HSV(B) 208.22º 0.76% 0.95% -
XYZ 29.44 30.72 88.38 -
YUV 135.62 188.03 71.93 -
System Red Green Blue C M Y K H S L
Decimal 57 155 242 0.76 0.36 0 0.05 208.22 0.88 0.59
Hex 39 9B F2 4C 24 0 5 D0 58 3B
Octal 71 233 362 114 44 0 5 320 130 73
Binary 111001 10011011 11110010 1001100 100100 0 101 11010000 1011000 111011

Color Harmonies of #399BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399BF2

Black with #399BF2

Text Example


Text Example

White with #399BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399BF2; }

 p { color: rgb(57,155,242); }

 H1.HeaderClassName
 {
   color: #399BF2;
 }
 .AnyTagClassName
 {
   color: #399BF2;
 }
</style>

background-color css

<style>
 a { background-color: #399BF2; }

 a { background-color: rgb(57,155,242); }

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

border-color css

<style>
 span { border-color: #399BF2; }

 span { border-color: rgb(57,155,242); }

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