#368AE9

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

Shades of Dodger Blue #368AE9

Tints of Dodger Blue #368AE9

Color information

#368AE9 (or 0x368AE9) is unknown color: approx Dodger Blue. HEX triplet: 36, 8A and E9. RGB value is (54,138,233). Sum of RGB (Red+Green+Blue) = 54+138+233=425 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.71% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 233 (91.41% from 255 or 54.82% from 425); Max value from RGB is 233 - color contains mainly: blue. Hex color #368AE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #368AE9 is #C97516. Grayscale: #7B7B7B. Windows color (decimal): -13202711 or 15305270. OLE color: 15305270.

HSL color Cylindrical-coordinate representation of color #368AE9: hue angle of 211.84º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #368AE9 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB54138233-
CMYK0.770.4100.09
HSL211.84º80.27%56.27%-
HSV(B)211.84º76.82%91.37%-
XYZ25.3224.8480.55-
YUV123.71189.6778.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.71%
GREEN value IS 138 (54.30% from 255) = 32.47%
BLUE value IS 233 (91.41% from 255) = 54.82%
R=12.71%
G=32.47%
B=54.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal541382330.770.4100.09211.8480.2756.27
Hex368AE94D2909d45038
Octal662123511155101132412070
Binary1101101000101011101001100110110100101001110101001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368AE9; }

 p { color: rgb(54,138,233); }

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

<style>
 a { background-color: #368AE9; }

 a { background-color: rgb(54,138,233); }

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

<style>
 span { border-color: #368AE9; }

 span { border-color: rgb(54,138,233); }

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