#368FF7

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

Shades of Dodger Blue #368FF7

Tints of Dodger Blue #368FF7

Color information

#368FF7 (or 0x368FF7) is unknown color: approx Dodger Blue. HEX triplet: 36, 8F and F7. RGB value is (54,143,247). Sum of RGB (Red+Green+Blue) = 54+143+247=444 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.16% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 247 (96.88% from 255 or 55.63% from 444); Max value from RGB is 247 - color contains mainly: blue. Hex color #368FF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #368FF7 is #C97008. Grayscale: #7F7F7F. Windows color (decimal): -13201417 or 16224054. OLE color: 16224054.

HSL color Cylindrical-coordinate representation of color #368FF7: hue angle of 212.33º 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 #368FF7 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB54143247-
CMYK0.780.4200.03
HSL212.33º92.34%59.02%-
HSV(B)212.33º78.14%96.86%-
XYZ28.1327.1491.75-
YUV128.24195.0175.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.16%
GREEN value IS 143 (56.25% from 255) = 32.21%
BLUE value IS 247 (96.88% from 255) = 55.63%
R=12.16%
G=32.21%
B=55.63%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal541432470.780.4200.03212.3392.3459.02
Hex368FF74E2A03d45c3b
Octal66217367116520332413473
Binary11011010001111111101111001110101010011110101001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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