#3D8EEE

Color #3D8EEE Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #3D8EEE

Tints of Dodger Blue #3D8EEE

Color information

#3D8EEE (or 0x3D8EEE) is unknown color: approx Dodger Blue. HEX triplet: 3D, 8E and EE. RGB value is (61,142,238). Sum of RGB (Red+Green+Blue) = 61+142+238=441 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.83% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #3D8EEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D8EEE is #C27111. Grayscale: #808080. Windows color (decimal): -12742930 or 15633981. OLE color: 15633981.

HSL color Cylindrical-coordinate representation of color #3D8EEE: hue angle of 212.54º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D8EEE is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB61142238-
CMYK0.740.4000.07
HSL212.54º83.89%58.63%-
HSV(B)212.54º74.37%93.33%-
XYZ27.0326.5184.58-
YUV128.72189.6679.69-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.83%
GREEN value IS 142 (55.86% from 255) = 32.20%
BLUE value IS 238 (93.36% from 255) = 53.97%
R=13.83%
G=32.20%
B=53.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal611422380.740.4000.07212.5483.8958.63
Hex3D8EEE4A2807d5543b
Octal75216356112500732512473
Binary111101100011101110111010010101010000111110101011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,142,238); }

 H1.HeaderClassName
 {
   color: #3D8EEE;
 }
 .AnyTagClassName
 {
   color: #3D8EEE;
 }
</style>
background-color css

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

 a { background-color: rgb(61,142,238); }

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

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

 span { border-color: rgb(61,142,238); }

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