Html Css Color HEX #358BFF Dodger Blue

📋 copy color: '#358BFF'

red 53 ◦ green 139 ◦ blue 255

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

Shades of Dodger Blue #358BFF

Tints of Dodger Blue #358BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.05%

R = 11.86%
G = 31.1%
B = 57.05%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#358BFF (or 0x358BFF) is known color: Dodger Blue. HEX triplet: 35, 8B and FF. RGB value is (53,139,255). Sum of RGB (Red+Green+Blue) = 53+139+255=447 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.86% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #358BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358BFF is #CA7400. Grayscale: #7D7D7D. Windows color (decimal): -13267969 or 16747317. OLE color: 16747317.

HSL color Cylindrical-coordinate representation of color #358BFF: hue angle of 214.46º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #358BFF is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 53 139 255 -
CMYK 0.79 0.45 0 0
HSL 214.46º 1% 0.6% -
HSV(B) 214.46º 0.79% 1% -
XYZ 28.75 26.44 98.2 -
YUV 126.51 200.51 75.57 -
System Red Green Blue C M Y K H S L
Decimal 53 139 255 0.79 0.45 0 0 214.46 1 0.6
Hex 35 8B FF 4F 2D 0 0 D6 64 3C
Octal 65 213 377 117 55 0 0 326 144 74
Binary 110101 10001011 11111111 1001111 101101 0 0 11010110 1100100 111100

Color Harmonies of #358BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358BFF

Black with #358BFF

Text Example


Text Example

White with #358BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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