#3378FF

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

Shades of Dodger Blue #3378FF

Tints of Dodger Blue #3378FF

Color information

#3378FF (or 0x3378FF) is unknown color: approx Dodger Blue. HEX triplet: 33, 78 and FF. RGB value is (51,120,255). Sum of RGB (Red+Green+Blue) = 51+120+255=426 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.97% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #3378FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3378FF is #CC8700. Grayscale: #727272. Windows color (decimal): -13403905 or 16742451. OLE color: 16742451.

HSL color Cylindrical-coordinate representation of color #3378FF: hue angle of 219.71º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3378FF is Cyan = 0.8, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB51120255-
CMYK0.80.5300
HSL219.71º100%60%-
HSV(B)219.71º80%100%-
XYZ26.1321.3697.35-
YUV114.76207.1482.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.97%
GREEN value IS 120 (47.27% from 255) = 28.17%
BLUE value IS 255 (100% from 255) = 59.86%
R=11.97%
G=28.17%
B=59.86%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal511202550.80.5300219.7110060
Hex3378FF503500dc643c
Octal63170377120650033414474
Binary110011111100011111111101000011010100110111001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3378FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3378FF; }

 p { color: rgb(51,120,255); }

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

<style>
 a { background-color: #3378FF; }

 a { background-color: rgb(51,120,255); }

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

<style>
 span { border-color: #3378FF; }

 span { border-color: rgb(51,120,255); }

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