Html Css Color HEX #358BFC Dodger Blue

📋 copy color: '#358BFC'

red 53 ◦ green 139 ◦ blue 252

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

Shades of Dodger Blue #358BFC

Tints of Dodger Blue #358BFC

RGB

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

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

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

R = 11.94%
G = 31.31%
B = 56.76%

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

#358BFC (or 0x358BFC) is known color: Dodger Blue. HEX triplet: 35, 8B and FC. RGB value is (53,139,252). Sum of RGB (Red+Green+Blue) = 53+139+252=444 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.94% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #358BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358BFC is #CA7403. Grayscale: #7D7D7D. Windows color (decimal): -13267972 or 16550709. OLE color: 16550709.

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

Color convert

RGB 53 139 252 -
CMYK 0.79 0.45 0 0.01
HSL 214.07º 0.97% 0.6% -
HSV(B) 214.07º 0.79% 0.99% -
XYZ 28.27 26.25 95.67 -
YUV 126.17 199.01 75.81 -
System Red Green Blue C M Y K H S L
Decimal 53 139 252 0.79 0.45 0 0.01 214.07 0.97 0.6
Hex 35 8B FC 4F 2D 0 1 D6 61 3C
Octal 65 213 374 117 55 0 1 326 141 74
Binary 110101 10001011 11111100 1001111 101101 0 1 11010110 1100001 111100

Color Harmonies of #358BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358BFC

Black with #358BFC

Text Example


Text Example

White with #358BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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