Html Css Color HEX #358AFC Dodger Blue

📋 copy color: '#358AFC'

red 53 ◦ green 138 ◦ blue 252

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

Shades of Dodger Blue #358AFC

Tints of Dodger Blue #358AFC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.15%

 BLUE value IS 252 (98.83% from 255) = 56.88%

R = 11.96%
G = 31.15%
B = 56.88%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#358AFC (or 0x358AFC) is known color: Dodger Blue. HEX triplet: 35, 8A and FC. RGB value is (53,138,252). Sum of RGB (Red+Green+Blue) = 53+138+252=443 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.96% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #358AFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358AFC is #CA7503. Grayscale: #7D7D7D. Windows color (decimal): -13268228 or 16550453. OLE color: 16550453.

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

Color convert

RGB 53 138 252 -
CMYK 0.79 0.45 0 0.01
HSL 214.37º 0.97% 0.6% -
HSV(B) 214.37º 0.79% 0.99% -
XYZ 28.13 25.96 95.62 -
YUV 125.58 199.34 76.23 -
System Red Green Blue C M Y K H S L
Decimal 53 138 252 0.79 0.45 0 0.01 214.37 0.97 0.6
Hex 35 8A FC 4F 2D 0 1 D6 61 3C
Octal 65 212 374 117 55 0 1 326 141 74
Binary 110101 10001010 11111100 1001111 101101 0 1 11010110 1100001 111100

Color Harmonies of #358AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358AFC

Black with #358AFC

Text Example


Text Example

White with #358AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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