Html Css Color HEX #359AF5 Dodger Blue

📋 copy color: '#359AF5'

red 53 ◦ green 154 ◦ blue 245

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

Shades of Dodger Blue #359AF5

Tints of Dodger Blue #359AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 54.2%

R = 11.73%
G = 34.07%
B = 54.2%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#359AF5 (or 0x359AF5) is known color: Dodger Blue. HEX triplet: 35, 9A and F5. RGB value is (53,154,245). Sum of RGB (Red+Green+Blue) = 53+154+245=452 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.73% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 245 (96.09% from 255 or 54.20% from 452); Max value from RGB is 245 - color contains mainly: blue. Hex color #359AF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359AF5 is #CA650A. Grayscale: #858585. Windows color (decimal): -13264139 or 16095797. OLE color: 16095797.

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

Color convert

RGB 53 154 245 -
CMYK 0.78 0.37 0 0.04
HSL 208.44º 0.91% 0.58% -
HSV(B) 208.44º 0.78% 0.96% -
XYZ 29.51 30.46 90.71 -
YUV 134.18 190.54 70.1 -
System Red Green Blue C M Y K H S L
Decimal 53 154 245 0.78 0.37 0 0.04 208.44 0.91 0.58
Hex 35 9A F5 4E 25 0 4 D0 5B 3A
Octal 65 232 365 116 45 0 4 320 133 72
Binary 110101 10011010 11110101 1001110 100101 0 100 11010000 1011011 111010

Color Harmonies of #359AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359AF5

Black with #359AF5

Text Example


Text Example

White with #359AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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