Html Css Color HEX #358CFA Dodger Blue

📋 copy color: '#358CFA'

red 53 ◦ green 140 ◦ blue 250

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

Shades of Dodger Blue #358CFA

Tints of Dodger Blue #358CFA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.6%

 BLUE value IS 250 (98.05% from 255) = 56.43%

R = 11.96%
G = 31.6%
B = 56.43%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#358CFA (or 0x358CFA) is known color: Dodger Blue. HEX triplet: 35, 8C and FA. RGB value is (53,140,250). Sum of RGB (Red+Green+Blue) = 53+140+250=443 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.96% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #358CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358CFA is #CA7305. Grayscale: #7E7E7E. Windows color (decimal): -13267718 or 16419893. OLE color: 16419893.

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

Color convert

RGB 53 140 250 -
CMYK 0.79 0.44 0 0.02
HSL 213.5º 0.95% 0.59% -
HSV(B) 213.5º 0.79% 0.98% -
XYZ 28.1 26.42 94.06 -
YUV 126.53 197.68 75.56 -
System Red Green Blue C M Y K H S L
Decimal 53 140 250 0.79 0.44 0 0.02 213.5 0.95 0.59
Hex 35 8C FA 4F 2C 0 2 D6 5F 3B
Octal 65 214 372 117 54 0 2 326 137 73
Binary 110101 10001100 11111010 1001111 101100 0 10 11010110 1011111 111011

Color Harmonies of #358CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358CFA

Black with #358CFA

Text Example


Text Example

White with #358CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,140,250); }

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

background-color css

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

 a { background-color: rgb(53,140,250); }

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

border-color css

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

 span { border-color: rgb(53,140,250); }

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