#358AEE

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

Shades of Dodger Blue #358AEE

Tints of Dodger Blue #358AEE

Color information

#358AEE (or 0x358AEE) is unknown color: approx Dodger Blue. HEX triplet: 35, 8A and EE. RGB value is (53,138,238). Sum of RGB (Red+Green+Blue) = 53+138+238=429 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.35% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #358AEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358AEE is #CA7511. Grayscale: #7B7B7B. Windows color (decimal): -13268242 or 15632949. OLE color: 15632949.

HSL color Cylindrical-coordinate representation of color #358AEE: hue angle of 212.43º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #358AEE is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB53138238-
CMYK0.780.4200.07
HSL212.43º84.47%57.06%-
HSV(B)212.43º77.73%93.33%-
XYZ25.9925.1184.37-
YUV123.98192.3477.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.35%
GREEN value IS 138 (54.30% from 255) = 32.17%
BLUE value IS 238 (93.36% from 255) = 55.48%
R=12.35%
G=32.17%
B=55.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal531382380.780.4200.07212.4384.4757.06
Hex358AEE4E2A07d45439
Octal65212356116520732412471
Binary110101100010101110111010011101010100111110101001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,138,238); }

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

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

 a { background-color: rgb(53,138,238); }

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

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

 span { border-color: rgb(53,138,238); }

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