Html Css Color HEX #359AFF Dodger Blue

📋 copy color: '#359AFF'

red 53 ◦ green 154 ◦ blue 255

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

Shades of Dodger Blue #359AFF

Tints of Dodger Blue #359AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.33%

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

R = 11.47%
G = 33.33%
B = 55.19%

CMYK

 C value IS 0.79

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#359AFF (or 0x359AFF) is known color: Dodger Blue. HEX triplet: 35, 9A and FF. RGB value is (53,154,255). Sum of RGB (Red+Green+Blue) = 53+154+255=462 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.47% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #359AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359AFF is #CA6500. Grayscale: #868686. Windows color (decimal): -13264129 or 16751157. OLE color: 16751157.

HSL color Cylindrical-coordinate representation of color #359AFF: hue angle of 210º 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 #359AFF is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 53 154 255 -
CMYK 0.79 0.40 0 0
HSL 210º 1% 0.6% -
HSV(B) 210º 0.79% 1% -
XYZ 31.07 31.09 98.97 -
YUV 135.32 195.54 69.29 -
System Red Green Blue C M Y K H S L
Decimal 53 154 255 0.79 0.40 0 0 210 1 0.6
Hex 35 9A FF 4F 28 0 0 D2 64 3C
Octal 65 232 377 117 50 0 0 322 144 74
Binary 110101 10011010 11111111 1001111 101000 0 0 11010010 1100100 111100

Color Harmonies of #359AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359AFF

Black with #359AFF

Text Example


Text Example

White with #359AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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