#369EF5

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

Shades of Dodger Blue #369EF5

Tints of Dodger Blue #369EF5

Color information

#369EF5 (or 0x369EF5) is unknown color: approx Dodger Blue. HEX triplet: 36, 9E and F5. RGB value is (54,158,245). Sum of RGB (Red+Green+Blue) = 54+158+245=457 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.82% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 245 (96.09% from 255 or 53.61% from 457); Max value from RGB is 245 - color contains mainly: blue. Hex color #369EF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #369EF5 is #C9610A. Grayscale: #888888. Windows color (decimal): -13197579 or 16096822. OLE color: 16096822.

HSL color Cylindrical-coordinate representation of color #369EF5: hue angle of 207.33º 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 #369EF5 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB54158245-
CMYK0.780.3600.04
HSL207.33º90.52%58.63%-
HSV(B)207.33º77.96%96.08%-
XYZ30.2331.8390.94-
YUV136.82189.0468.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.82%
GREEN value IS 158 (62.11% from 255) = 34.57%
BLUE value IS 245 (96.09% from 255) = 53.61%
R=11.82%
G=34.57%
B=53.61%

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
Decimal541582450.780.3600.04207.3390.5258.63
Hex369EF54E2404cf5b3b
Octal66236365116440431713373
Binary110110100111101111010110011101001000100110011111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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