Html Css Color HEX #358DFE Dodger Blue

📋 copy color: '#358DFE'

red 53 ◦ green 141 ◦ blue 254

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

Shades of Dodger Blue #358DFE

Tints of Dodger Blue #358DFE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.47%

 BLUE value IS 254 (99.61% from 255) = 56.7%

R = 11.83%
G = 31.47%
B = 56.7%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#358DFE (or 0x358DFE) is known color: Dodger Blue. HEX triplet: 35, 8D and FE. RGB value is (53,141,254). Sum of RGB (Red+Green+Blue) = 53+141+254=448 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.83% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #358DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358DFE is #CA7201. Grayscale: #7F7F7F. Windows color (decimal): -13267458 or 16682293. OLE color: 16682293.

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

Color convert

RGB 53 141 254 -
CMYK 0.79 0.44 0 0.00
HSL 213.73º 0.99% 0.6% -
HSV(B) 213.73º 0.79% 1% -
XYZ 28.88 26.96 97.45 -
YUV 127.57 199.35 74.81 -
System Red Green Blue C M Y K H S L
Decimal 53 141 254 0.79 0.44 0 0.00 213.73 0.99 0.6
Hex 35 8D FE 4F 2C 0 0 D6 63 3C
Octal 65 215 376 117 54 0 0 326 143 74
Binary 110101 10001101 11111110 1001111 101100 0 0 11010110 1100011 111100

Color Harmonies of #358DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358DFE

Black with #358DFE

Text Example


Text Example

White with #358DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,141,254); }

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

background-color css

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

 a { background-color: rgb(53,141,254); }

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

border-color css

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

 span { border-color: rgb(53,141,254); }

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