#358BEA

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

Shades of Dodger Blue #358BEA

Tints of Dodger Blue #358BEA

Color information

#358BEA (or 0x358BEA) is unknown color: approx Dodger Blue. HEX triplet: 35, 8B and EA. RGB value is (53,139,234). Sum of RGB (Red+Green+Blue) = 53+139+234=426 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.44% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #358BEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358BEA is #CA7415. Grayscale: #7B7B7B. Windows color (decimal): -13267990 or 15371061. OLE color: 15371061.

HSL color Cylindrical-coordinate representation of color #358BEA: hue angle of 211.49º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #358BEA is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB53139234-
CMYK0.770.4100.08
HSL211.49º81.17%56.27%-
HSV(B)211.49º77.35%91.76%-
XYZ25.5525.1681.35-
YUV124.12190.0177.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.44%
GREEN value IS 139 (54.69% from 255) = 32.63%
BLUE value IS 234 (91.80% from 255) = 54.93%
R=12.44%
G=32.63%
B=54.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal531392340.770.4100.08211.4981.1756.27
Hex358BEA4D2908d35138
Octal652133521155101032312170
Binary1101011000101111101010100110110100101000110100111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358BEA; }

 p { color: rgb(53,139,234); }

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

<style>
 a { background-color: #358BEA; }

 a { background-color: rgb(53,139,234); }

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

<style>
 span { border-color: #358BEA; }

 span { border-color: rgb(53,139,234); }

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