Html Css Color HEX #358FF6 Dodger Blue

📋 copy color: '#358FF6'

red 53 ◦ green 143 ◦ blue 246

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

Shades of Dodger Blue #358FF6

Tints of Dodger Blue #358FF6

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.35%

 BLUE value IS 246 (96.48% from 255) = 55.66%

R = 11.99%
G = 32.35%
B = 55.66%

CMYK

 C value IS 0.78

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#358FF6 (or 0x358FF6) is known color: Dodger Blue. HEX triplet: 35, 8F and F6. RGB value is (53,143,246). Sum of RGB (Red+Green+Blue) = 53+143+246=442 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.99% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 246 (96.48% from 255 or 55.66% from 442); Max value from RGB is 246 - color contains mainly: blue. Hex color #358FF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358FF6 is #CA7009. Grayscale: #7F7F7F. Windows color (decimal): -13266954 or 16158517. OLE color: 16158517.

HSL color Cylindrical-coordinate representation of color #358FF6: hue angle of 212.02º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #358FF6 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 53 143 246 -
CMYK 0.78 0.42 0 0.04
HSL 212.02º 0.91% 0.59% -
HSV(B) 212.02º 0.78% 0.96% -
XYZ 27.93 27.06 90.94 -
YUV 127.83 194.68 74.62 -
System Red Green Blue C M Y K H S L
Decimal 53 143 246 0.78 0.42 0 0.04 212.02 0.91 0.59
Hex 35 8F F6 4E 2A 0 4 D4 5B 3B
Octal 65 217 366 116 52 0 4 324 133 73
Binary 110101 10001111 11110110 1001110 101010 0 100 11010100 1011011 111011

Color Harmonies of #358FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358FF6

Black with #358FF6

Text Example


Text Example

White with #358FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,143,246); }

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

background-color css

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

 a { background-color: rgb(53,143,246); }

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

border-color css

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

 span { border-color: rgb(53,143,246); }

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