Html Css Color HEX #358FFF Dodger Blue

📋 copy color: '#358FFF'

red 53 ◦ green 143 ◦ blue 255

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

Shades of Dodger Blue #358FFF

Tints of Dodger Blue #358FFF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.71%

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

R = 11.75%
G = 31.71%
B = 56.54%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#358FFF (or 0x358FFF) is known color: Dodger Blue. HEX triplet: 35, 8F and FF. RGB value is (53,143,255). Sum of RGB (Red+Green+Blue) = 53+143+255=451 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.75% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #358FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358FFF is #CA7000. Grayscale: #808080. Windows color (decimal): -13266945 or 16748341. OLE color: 16748341.

HSL color Cylindrical-coordinate representation of color #358FFF: hue angle of 213.27º 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 #358FFF is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 53 143 255 -
CMYK 0.79 0.44 0 0
HSL 213.27º 1% 0.6% -
HSV(B) 213.27º 0.79% 1% -
XYZ 29.34 27.62 98.39 -
YUV 128.86 199.18 73.89 -
System Red Green Blue C M Y K H S L
Decimal 53 143 255 0.79 0.44 0 0 213.27 1 0.6
Hex 35 8F FF 4F 2C 0 0 D5 64 3C
Octal 65 217 377 117 54 0 0 325 144 74
Binary 110101 10001111 11111111 1001111 101100 0 0 11010101 1100100 111100

Color Harmonies of #358FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358FFF

Black with #358FFF

Text Example


Text Example

White with #358FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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