Html Css Color HEX #358BFB Dodger Blue

📋 copy color: '#358BFB'

red 53 ◦ green 139 ◦ blue 251

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

Shades of Dodger Blue #358BFB

Tints of Dodger Blue #358BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.66%

R = 11.96%
G = 31.38%
B = 56.66%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#358BFB (or 0x358BFB) is known color: Dodger Blue. HEX triplet: 35, 8B and FB. RGB value is (53,139,251). Sum of RGB (Red+Green+Blue) = 53+139+251=443 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.96% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #358BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358BFB is #CA7404. Grayscale: #7D7D7D. Windows color (decimal): -13267973 or 16485173. OLE color: 16485173.

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

Color convert

RGB 53 139 251 -
CMYK 0.79 0.45 0 0.02
HSL 213.94º 0.96% 0.6% -
HSV(B) 213.94º 0.79% 0.98% -
XYZ 28.11 26.19 94.84 -
YUV 126.05 198.51 75.89 -
System Red Green Blue C M Y K H S L
Decimal 53 139 251 0.79 0.45 0 0.02 213.94 0.96 0.6
Hex 35 8B FB 4F 2D 0 2 D6 60 3C
Octal 65 213 373 117 55 0 2 326 140 74
Binary 110101 10001011 11111011 1001111 101101 0 10 11010110 1100000 111100

Color Harmonies of #358BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358BFB

Black with #358BFB

Text Example


Text Example

White with #358BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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