Html Css Color HEX #3C8DEF Dodger Blue

📋 copy color: '#3C8DEF'

red 60 ◦ green 141 ◦ blue 239

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

Shades of Dodger Blue #3C8DEF

Tints of Dodger Blue #3C8DEF

RGB

 RED value IS 60 (23.83% from 255) = 13.64%

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

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

R = 13.64%
G = 32.05%
B = 54.32%

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

#3C8DEF (or 0x3C8DEF) is known color: Dodger Blue. HEX triplet: 3C, 8D and EF. RGB value is (60,141,239). Sum of RGB (Red+Green+Blue) = 60+141+239=440 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.64% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C8DEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C8DEF is #C37210. Grayscale: #7F7F7F. Windows color (decimal): -12808721 or 15699260. OLE color: 15699260.

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

Color convert

RGB 60 141 239 -
CMYK 0.75 0.41 0 0.06
HSL 212.85º 0.85% 0.59% -
HSV(B) 212.85º 0.75% 0.94% -
XYZ 26.97 26.24 85.31 -
YUV 127.95 190.66 79.53 -
System Red Green Blue C M Y K H S L
Decimal 60 141 239 0.75 0.41 0 0.06 212.85 0.85 0.59
Hex 3C 8D EF 4B 29 0 6 D5 55 3B
Octal 74 215 357 113 51 0 6 325 125 73
Binary 111100 10001101 11101111 1001011 101001 0 110 11010101 1010101 111011

Color Harmonies of #3C8DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8DEF

Black with #3C8DEF

Text Example


Text Example

White with #3C8DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,141,239); }

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

background-color css

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

 a { background-color: rgb(60,141,239); }

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

border-color css

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

 span { border-color: rgb(60,141,239); }

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