#368CF5

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

Shades of Dodger Blue #368CF5

Tints of Dodger Blue #368CF5

Color information

#368CF5 (or 0x368CF5) is unknown color: approx Dodger Blue. HEX triplet: 36, 8C and F5. RGB value is (54,140,245). Sum of RGB (Red+Green+Blue) = 54+140+245=439 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.30% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 245 (96.09% from 255 or 55.81% from 439); Max value from RGB is 245 - color contains mainly: blue. Hex color #368CF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #368CF5 is #C9730A. Grayscale: #7D7D7D. Windows color (decimal): -13202187 or 16092214. OLE color: 16092214.

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

Color convert

RGB54140245-
CMYK0.780.4300.04
HSL212.98º90.52%58.63%-
HSV(B)212.98º77.96%96.08%-
XYZ27.3826.1389.99-
YUV126.26195.0176.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.30%
GREEN value IS 140 (55.08% from 255) = 31.89%
BLUE value IS 245 (96.09% from 255) = 55.81%
R=12.30%
G=31.89%
B=55.81%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal541402450.780.4300.04212.9890.5258.63
Hex368CF54E2B04d55b3b
Octal66214365116530432513373
Binary110110100011001111010110011101010110100110101011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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