#368CF0

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

Shades of Dodger Blue #368CF0

Tints of Dodger Blue #368CF0

Color information

#368CF0 (or 0x368CF0) is unknown color: approx Dodger Blue. HEX triplet: 36, 8C and F0. RGB value is (54,140,240). Sum of RGB (Red+Green+Blue) = 54+140+240=434 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.44% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 240 (94.14% from 255 or 55.30% from 434); Max value from RGB is 240 - color contains mainly: blue. Hex color #368CF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #368CF0 is #C9730F. Grayscale: #7D7D7D. Windows color (decimal): -13202192 or 15764534. OLE color: 15764534.

HSL color Cylindrical-coordinate representation of color #368CF0: hue angle of 212.26º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #368CF0 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB54140240-
CMYK0.780.4200.06
HSL212.26º86.11%57.65%-
HSV(B)212.26º77.5%94.12%-
XYZ26.6325.8386.02-
YUV125.69192.5176.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.44%
GREEN value IS 140 (55.08% from 255) = 32.26%
BLUE value IS 240 (94.14% from 255) = 55.30%
R=12.44%
G=32.26%
B=55.30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal541402400.780.4200.06212.2686.1157.65
Hex368CF04E2A06d4563a
Octal66214360116520632412672
Binary110110100011001111000010011101010100110110101001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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