Html Css Color HEX #358AFF Dodger Blue

📋 copy color: '#358AFF'

red 53 ◦ green 138 ◦ blue 255

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

Shades of Dodger Blue #358AFF

Tints of Dodger Blue #358AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.17%

R = 11.88%
G = 30.94%
B = 57.17%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#358AFF (or 0x358AFF) is known color: Dodger Blue. HEX triplet: 35, 8A and FF. RGB value is (53,138,255). Sum of RGB (Red+Green+Blue) = 53+138+255=446 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.88% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #358AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358AFF is #CA7500. Grayscale: #7D7D7D. Windows color (decimal): -13268225 or 16747061. OLE color: 16747061.

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

Color convert

RGB 53 138 255 -
CMYK 0.79 0.46 0 0
HSL 214.75º 1% 0.6% -
HSV(B) 214.75º 0.79% 1% -
XYZ 28.61 26.15 98.15 -
YUV 125.92 200.84 75.99 -
System Red Green Blue C M Y K H S L
Decimal 53 138 255 0.79 0.46 0 0 214.75 1 0.6
Hex 35 8A FF 4F 2E 0 0 D7 64 3C
Octal 65 212 377 117 56 0 0 327 144 74
Binary 110101 10001010 11111111 1001111 101110 0 0 11010111 1100100 111100

Color Harmonies of #358AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358AFF

Black with #358AFF

Text Example


Text Example

White with #358AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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