Html Css Color HEX #3D8CFC Dodger Blue

📋 copy color: '#3D8CFC'

red 61 ◦ green 140 ◦ blue 252

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

Shades of Dodger Blue #3D8CFC

Tints of Dodger Blue #3D8CFC

RGB

 RED value IS 61 (24.22% from 255) = 13.47%

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

 BLUE value IS 252 (98.83% from 255) = 55.63%

R = 13.47%
G = 30.91%
B = 55.63%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3D8CFC (or 0x3D8CFC) is known color: Dodger Blue. HEX triplet: 3D, 8C and FC. RGB value is (61,140,252). Sum of RGB (Red+Green+Blue) = 61+140+252=453 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.47% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #3D8CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D8CFC is #C27303. Grayscale: #808080. Windows color (decimal): -12743428 or 16550973. OLE color: 16550973.

HSL color Cylindrical-coordinate representation of color #3D8CFC: hue angle of 215.18º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D8CFC is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 61 140 252 -
CMYK 0.76 0.44 0 0.01
HSL 215.18º 0.97% 0.61% -
HSV(B) 215.18º 0.76% 0.99% -
XYZ 28.87 26.78 95.74 -
YUV 129.15 197.33 79.39 -
System Red Green Blue C M Y K H S L
Decimal 61 140 252 0.76 0.44 0 0.01 215.18 0.97 0.61
Hex 3D 8C FC 4C 2C 0 1 D7 61 3D
Octal 75 214 374 114 54 0 1 327 141 75
Binary 111101 10001100 11111100 1001100 101100 0 1 11010111 1100001 111101

Color Harmonies of #3D8CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8CFC

Black with #3D8CFC

Text Example


Text Example

White with #3D8CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,140,252); }

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

background-color css

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

 a { background-color: rgb(61,140,252); }

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

border-color css

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

 span { border-color: rgb(61,140,252); }

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