Html Css Color HEX #359DF3 Dodger Blue

📋 copy color: '#359DF3'

red 53 ◦ green 157 ◦ blue 243

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

Shades of Dodger Blue #359DF3

Tints of Dodger Blue #359DF3

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.66%

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

R = 11.7%
G = 34.66%
B = 53.64%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#359DF3 (or 0x359DF3) is known color: Dodger Blue. HEX triplet: 35, 9D and F3. RGB value is (53,157,243). Sum of RGB (Red+Green+Blue) = 53+157+243=453 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.70% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 243 (95.31% from 255 or 53.64% from 453); Max value from RGB is 243 - color contains mainly: blue. Hex color #359DF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359DF3 is #CA620C. Grayscale: #878787. Windows color (decimal): -13263373 or 15965493. OLE color: 15965493.

HSL color Cylindrical-coordinate representation of color #359DF3: hue angle of 207.16º 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 #359DF3 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 53 157 243 -
CMYK 0.78 0.35 0 0.05
HSL 207.16º 0.89% 0.58% -
HSV(B) 207.16º 0.78% 0.95% -
XYZ 29.7 31.34 89.28 -
YUV 135.71 188.54 69.01 -
System Red Green Blue C M Y K H S L
Decimal 53 157 243 0.78 0.35 0 0.05 207.16 0.89 0.58
Hex 35 9D F3 4E 23 0 5 CF 59 3A
Octal 65 235 363 116 43 0 5 317 131 72
Binary 110101 10011101 11110011 1001110 100011 0 101 11001111 1011001 111010

Color Harmonies of #359DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359DF3

Black with #359DF3

Text Example


Text Example

White with #359DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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