#369EF6

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

Shades of Dodger Blue #369EF6

Tints of Dodger Blue #369EF6

Color information

#369EF6 (or 0x369EF6) is unknown color: approx Dodger Blue. HEX triplet: 36, 9E and F6. RGB value is (54,158,246). Sum of RGB (Red+Green+Blue) = 54+158+246=458 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.79% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 246 (96.48% from 255 or 53.71% from 458); Max value from RGB is 246 - color contains mainly: blue. Hex color #369EF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #369EF6 is #C96109. Grayscale: #888888. Windows color (decimal): -13197578 or 16162358. OLE color: 16162358.

HSL color Cylindrical-coordinate representation of color #369EF6: hue angle of 207.5º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #369EF6 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB54158246-
CMYK0.780.3600.04
HSL207.5º91.43%58.82%-
HSV(B)207.5º78.05%96.47%-
XYZ30.3831.8991.74-
YUV136.94189.5468.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.79%
GREEN value IS 158 (62.11% from 255) = 34.50%
BLUE value IS 246 (96.48% from 255) = 53.71%
R=11.79%
G=34.50%
B=53.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal541582460.780.3600.04207.591.4358.82
Hex369EF64E2404d05b3b
Octal66236366116440432013373
Binary110110100111101111011010011101001000100110100001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369EF6; }

 p { color: rgb(54,158,246); }

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

<style>
 a { background-color: #369EF6; }

 a { background-color: rgb(54,158,246); }

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

<style>
 span { border-color: #369EF6; }

 span { border-color: rgb(54,158,246); }

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