#369EF7

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

Shades of Dodger Blue #369EF7

Tints of Dodger Blue #369EF7

Color information

#369EF7 (or 0x369EF7) is unknown color: approx Dodger Blue. HEX triplet: 36, 9E and F7. RGB value is (54,158,247). Sum of RGB (Red+Green+Blue) = 54+158+247=459 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.76% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 247 (96.88% from 255 or 53.81% from 459); Max value from RGB is 247 - color contains mainly: blue. Hex color #369EF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #369EF7 is #C96108. Grayscale: #888888. Windows color (decimal): -13197577 or 16227894. OLE color: 16227894.

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

Color convert

RGB54158247-
CMYK0.780.3600.03
HSL207.67º92.34%59.02%-
HSV(B)207.67º78.14%96.86%-
XYZ30.5431.9592.55-
YUV137.05190.0468.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.76%
GREEN value IS 158 (62.11% from 255) = 34.42%
BLUE value IS 247 (96.88% from 255) = 53.81%
R=11.76%
G=34.42%
B=53.81%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal541582470.780.3600.03207.6792.3459.02
Hex369EF74E2403d05c3b
Octal66236367116440332013473
Binary11011010011110111101111001110100100011110100001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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