Html Css Color HEX #3B8DF3 Dodger Blue

📋 copy color: '#3B8DF3'

red 59 ◦ green 141 ◦ blue 243

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

Shades of Dodger Blue #3B8DF3

Tints of Dodger Blue #3B8DF3

RGB

 RED value IS 59 (23.44% from 255) = 13.32%

 GREEN value IS 141 (55.47% from 255) = 31.83%

 BLUE value IS 243 (95.31% from 255) = 54.85%

R = 13.32%
G = 31.83%
B = 54.85%

CMYK

 C value IS 0.76

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3B8DF3 (or 0x3B8DF3) is known color: Dodger Blue. HEX triplet: 3B, 8D and F3. RGB value is (59,141,243). Sum of RGB (Red+Green+Blue) = 59+141+243=443 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.32% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 243 (95.31% from 255 or 54.85% from 443); Max value from RGB is 243 - color contains mainly: blue. Hex color #3B8DF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3B8DF3 is #C4720C. Grayscale: #7F7F7F. Windows color (decimal): -12874253 or 15961403. OLE color: 15961403.

HSL color Cylindrical-coordinate representation of color #3B8DF3: hue angle of 213.26º 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 #3B8DF3 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 59 141 243 -
CMYK 0.76 0.42 0 0.05
HSL 213.26º 0.88% 0.59% -
HSV(B) 213.26º 0.76% 0.95% -
XYZ 27.51 26.45 88.45 -
YUV 128.11 192.83 78.71 -
System Red Green Blue C M Y K H S L
Decimal 59 141 243 0.76 0.42 0 0.05 213.26 0.88 0.59
Hex 3B 8D F3 4C 2A 0 5 D5 58 3B
Octal 73 215 363 114 52 0 5 325 130 73
Binary 111011 10001101 11110011 1001100 101010 0 101 11010101 1011000 111011

Color Harmonies of #3B8DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8DF3

Black with #3B8DF3

Text Example


Text Example

White with #3B8DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B8DF3; }

 p { color: rgb(59,141,243); }

 H1.HeaderClassName
 {
   color: #3B8DF3;
 }
 .AnyTagClassName
 {
   color: #3B8DF3;
 }
</style>

background-color css

<style>
 a { background-color: #3B8DF3; }

 a { background-color: rgb(59,141,243); }

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

border-color css

<style>
 span { border-color: #3B8DF3; }

 span { border-color: rgb(59,141,243); }

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