Html Css Color HEX #399AFB Dodger Blue

📋 copy color: '#399AFB'

red 57 ◦ green 154 ◦ blue 251

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

Shades of Dodger Blue #399AFB

Tints of Dodger Blue #399AFB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.33%

 BLUE value IS 251 (98.44% from 255) = 54.33%

R = 12.34%
G = 33.33%
B = 54.33%

CMYK

 C value IS 0.77

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#399AFB (or 0x399AFB) is known color: Dodger Blue. HEX triplet: 39, 9A and FB. RGB value is (57,154,251). Sum of RGB (Red+Green+Blue) = 57+154+251=462 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.34% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #399AFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #399AFB is #C66504. Grayscale: #878787. Windows color (decimal): -13001989 or 16489017. OLE color: 16489017.

HSL color Cylindrical-coordinate representation of color #399AFB: hue angle of 210º degrees, saturation: 0.96, 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 #399AFB is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 57 154 251 -
CMYK 0.77 0.39 0 0.02
HSL 210º 0.96% 0.6% -
HSV(B) 210º 0.77% 0.98% -
XYZ 30.66 30.95 95.62 -
YUV 136.06 192.86 71.61 -
System Red Green Blue C M Y K H S L
Decimal 57 154 251 0.77 0.39 0 0.02 210 0.96 0.6
Hex 39 9A FB 4D 27 0 2 D2 60 3C
Octal 71 232 373 115 47 0 2 322 140 74
Binary 111001 10011010 11111011 1001101 100111 0 10 11010010 1100000 111100

Color Harmonies of #399AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399AFB

Black with #399AFB

Text Example


Text Example

White with #399AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,154,251); }

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

background-color css

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

 a { background-color: rgb(57,154,251); }

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

border-color css

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

 span { border-color: rgb(57,154,251); }

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