Html Css Color HEX #3D9BFF Dodger Blue

📋 copy color: '#3D9BFF'

red 61 ◦ green 155 ◦ blue 255

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

Shades of Dodger Blue #3D9BFF

Tints of Dodger Blue #3D9BFF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.91%

 BLUE value IS 255 (100% from 255) = 54.14%

R = 12.95%
G = 32.91%
B = 54.14%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3D9BFF (or 0x3D9BFF) is known color: Dodger Blue. HEX triplet: 3D, 9B and FF. RGB value is (61,155,255). Sum of RGB (Red+Green+Blue) = 61+155+255=471 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.95% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #3D9BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D9BFF is #C26400. Grayscale: #898989. Windows color (decimal): -12739585 or 16751421. OLE color: 16751421.

HSL color Cylindrical-coordinate representation of color #3D9BFF: hue angle of 210.93º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D9BFF is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 61 155 255 -
CMYK 0.76 0.39 0 0
HSL 210.93º 1% 0.62% -
HSV(B) 210.93º 0.76% 1% -
XYZ 31.7 31.65 99.05 -
YUV 138.29 193.86 72.87 -
System Red Green Blue C M Y K H S L
Decimal 61 155 255 0.76 0.39 0 0 210.93 1 0.62
Hex 3D 9B FF 4C 27 0 0 D3 64 3E
Octal 75 233 377 114 47 0 0 323 144 76
Binary 111101 10011011 11111111 1001100 100111 0 0 11010011 1100100 111110

Color Harmonies of #3D9BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D9BFF

Black with #3D9BFF

Text Example


Text Example

White with #3D9BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,155,255); }

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

background-color css

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

 a { background-color: rgb(61,155,255); }

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

border-color css

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

 span { border-color: rgb(61,155,255); }

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