Html Css Color HEX #359AF3 Dodger Blue

📋 copy color: '#359AF3'

red 53 ◦ green 154 ◦ blue 243

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

Shades of Dodger Blue #359AF3

Tints of Dodger Blue #359AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 54%

R = 11.78%
G = 34.22%
B = 54%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#359AF3 (or 0x359AF3) is known color: Dodger Blue. HEX triplet: 35, 9A and F3. RGB value is (53,154,243). Sum of RGB (Red+Green+Blue) = 53+154+243=450 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.78% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 243 (95.31% from 255 or 54% from 450); Max value from RGB is 243 - color contains mainly: blue. Hex color #359AF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359AF3 is #CA650C. Grayscale: #858585. Windows color (decimal): -13264141 or 15964725. OLE color: 15964725.

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

Color convert

RGB 53 154 243 -
CMYK 0.78 0.37 0 0.05
HSL 208.11º 0.89% 0.58% -
HSV(B) 208.11º 0.78% 0.95% -
XYZ 29.2 30.34 89.11 -
YUV 133.95 189.54 70.26 -
System Red Green Blue C M Y K H S L
Decimal 53 154 243 0.78 0.37 0 0.05 208.11 0.89 0.58
Hex 35 9A F3 4E 25 0 5 D0 59 3A
Octal 65 232 363 116 45 0 5 320 131 72
Binary 110101 10011010 11110011 1001110 100101 0 101 11010000 1011001 111010

Color Harmonies of #359AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359AF3

Black with #359AF3

Text Example


Text Example

White with #359AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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