Html Css Color HEX #3B8CEF Dodger Blue

📋 copy color: '#3B8CEF'

red 59 ◦ green 140 ◦ blue 239

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

Shades of Dodger Blue #3B8CEF

Tints of Dodger Blue #3B8CEF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.96%

 BLUE value IS 239 (93.75% from 255) = 54.57%

R = 13.47%
G = 31.96%
B = 54.57%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3B8CEF (or 0x3B8CEF) is known color: Dodger Blue. HEX triplet: 3B, 8C and EF. RGB value is (59,140,239). Sum of RGB (Red+Green+Blue) = 59+140+239=438 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.47% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #3B8CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3B8CEF is #C47310. Grayscale: #7E7E7E. Windows color (decimal): -12874513 or 15699003. OLE color: 15699003.

HSL color Cylindrical-coordinate representation of color #3B8CEF: hue angle of 213º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B8CEF is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 59 140 239 -
CMYK 0.75 0.41 0 0.06
HSL 213º 0.85% 0.58% -
HSV(B) 213º 0.75% 0.94% -
XYZ 26.76 25.92 85.25 -
YUV 127.07 191.16 79.45 -
System Red Green Blue C M Y K H S L
Decimal 59 140 239 0.75 0.41 0 0.06 213 0.85 0.58
Hex 3B 8C EF 4B 29 0 6 D5 55 3A
Octal 73 214 357 113 51 0 6 325 125 72
Binary 111011 10001100 11101111 1001011 101001 0 110 11010101 1010101 111010

Color Harmonies of #3B8CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8CEF

Black with #3B8CEF

Text Example


Text Example

White with #3B8CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,140,239); }

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

background-color css

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

 a { background-color: rgb(59,140,239); }

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

border-color css

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

 span { border-color: rgb(59,140,239); }

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