Html Css Color HEX #358BDF Dodger Blue

📋 copy color: '#358BDF'

red 53 ◦ green 139 ◦ blue 223

#358BDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #358BDF

Tints of Dodger Blue #358BDF

RGB

 RED value IS 53 (21.09% from 255) = 12.77%

 GREEN value IS 139 (54.69% from 255) = 33.49%

 BLUE value IS 223 (87.5% from 255) = 53.73%

R = 12.77%
G = 33.49%
B = 53.73%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#358BDF (or 0x358BDF) is known color: Dodger Blue. HEX triplet: 35, 8B and DF. RGB value is (53,139,223). Sum of RGB (Red+Green+Blue) = 53+139+223=415 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.77% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #358BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358BDF is #CA7420. Grayscale: #7A7A7A. Windows color (decimal): -13268001 or 14650165. OLE color: 14650165.

HSL color Cylindrical-coordinate representation of color #358BDF: hue angle of 209.65º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #358BDF is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 139 223 -
CMYK 0.76 0.38 0 0.13
HSL 209.65º 0.73% 0.54% -
HSV(B) 209.65º 0.76% 0.87% -
XYZ 24.02 24.55 73.28 -
YUV 122.86 184.51 78.17 -
System Red Green Blue C M Y K H S L
Decimal 53 139 223 0.76 0.38 0 0.13 209.65 0.73 0.54
Hex 35 8B DF 4C 26 0 D D2 49 36
Octal 65 213 337 114 46 0 15 322 111 66
Binary 110101 10001011 11011111 1001100 100110 0 1101 11010010 1001001 110110

Color Harmonies of #358BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358BDF

Black with #358BDF

Text Example


Text Example

White with #358BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #358BDF;
 }
 .AnyTagClassName
 {
   color: #358BDF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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