#3D88FE

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

Shades of Dodger Blue #3D88FE

Tints of Dodger Blue #3D88FE

Color information

#3D88FE (or 0x3D88FE) is unknown color: approx Dodger Blue. HEX triplet: 3D, 88 and FE. RGB value is (61,136,254). Sum of RGB (Red+Green+Blue) = 61+136+254=451 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.53% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #3D88FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D88FE is #C27701. Grayscale: #7E7E7E. Windows color (decimal): -12744450 or 16681021. OLE color: 16681021.

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

Color convert

RGB61136254-
CMYK0.760.4600.00
HSL216.68º98.97%61.76%-
HSV(B)216.68º75.98%99.61%-
XYZ28.6225.7697.23-
YUV127.03199.6580.91-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.53%
GREEN value IS 136 (53.52% from 255) = 30.16%
BLUE value IS 254 (99.61% from 255) = 56.32%
R=13.53%
G=30.16%
B=56.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal611362540.760.4600.00216.6898.9761.76
Hex3D88FE4C2E00d9633e
Octal75210376114560033114376
Binary1111011000100011111110100110010111000110110011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D88FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,136,254); }

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

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

 a { background-color: rgb(61,136,254); }

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

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

 span { border-color: rgb(61,136,254); }

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